HSL(245, 72%, 37%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(245,72%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(245, 72%, 37%) | color: hsl(245, 72%, 37%) | |
| HEX | #261AA2 | color: #261AA2 | |
| RGB | rgb(38, 26, 162) | color: rgb(38, 26, 162) | |
| CMYK | cmyk(77%, 84%, 0%, 36%) | — | |
| HSV | hsv(245, 84%, 64%) | — | |
| HWB | hwb(245 10% 36%) | color: hwb(245 10% 36%) | |
| OKLCH | oklch(0.3567 0.2009 273.24) | color: oklch(0.3567 0.2009 273.24) | |
| Lab | lab(22.86 48.75 -69.35) | color: lab(22.86 48.75 -69.35) | |
| LCH | lch(22.86 84.77 305.11) | color: lch(22.86 84.77 305.11) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: white
Color Blindness Simulation
Protanopia (Red-blind)
#212181 — rgb(33, 33, 129)
Deuteranopia (Green-blind)
#222279 — rgb(34, 34, 121)
Tritanopia (Blue-blind)
#256761 — rgb(37, 103, 97)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(245, 72%, 37%);
text
color: hsl(245, 72%, 37%);
border
border: 2px solid hsl(245, 72%, 37%);
gradient light
background: linear-gradient(to right, hsl(245, 72%, 57%), hsl(245, 72%, 37%));
gradient dark
background: linear-gradient(to right, hsl(245, 72%, 37%), hsl(245, 72%, 17%))
hex
background-color: #261AA2;
tailwind
bg-[hsl(245,72%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(245, 72%, 37%, 0.4);
css variable
--color-primary: hsl(245, 72%, 37%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(245, 72%, 37%)?
HEX: #261AA2 | RGB: rgb(38, 26, 162) | CMYK: 77%, 84%, 0%, 36% | HSV: 245°, 84%, 64%. Copy any format from the conversion table above.
What colors go well with #261AA2?
The complementary color is HSL(65, 72%, 37%). For a triadic harmony, use hues 245°, 5°, and 125°. For analogous combinations, try hues 215° and 275°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(245, 72%, 37%) in CSS?
As HSL: color: hsl(245, 72%, 37%); — As HEX: color: #261AA2; — As RGB: color: rgb(38, 26, 162); — Tailwind CSS: bg-[hsl(245,72%,37%)] — CSS variable: --color-primary: hsl(245, 72%, 37%);