HSL(247, 55%, 32%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(247,55%,32%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(247, 55%, 32%) | color: hsl(247, 55%, 32%) | |
| HEX | #2F257E | color: #2F257E | |
| RGB | rgb(47, 37, 126) | color: rgb(47, 37, 126) | |
| CMYK | cmyk(63%, 71%, 0%, 51%) | — | |
| HSV | hsv(247, 71%, 49%) | — | |
| HWB | hwb(247 14% 51%) | color: hwb(247 14% 51%) | |
| OKLCH | oklch(0.3387 0.1433 280.58) | color: oklch(0.3387 0.1433 280.58) | |
| Lab | lab(21.7 32.03 -48.88) | color: lab(21.7 32.03 -48.88) | |
| LCH | lch(21.7 58.44 303.24) | color: lch(21.7 58.44 303.24) |
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)
#2B2B68 — rgb(43, 43, 104)
Deuteranopia (Green-blind)
#2B2C63 — rgb(43, 44, 99)
Tritanopia (Blue-blind)
#2F5754 — rgb(47, 87, 84)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(247, 55%, 32%);
text
color: hsl(247, 55%, 32%);
border
border: 2px solid hsl(247, 55%, 32%);
gradient light
background: linear-gradient(to right, hsl(247, 55%, 52%), hsl(247, 55%, 32%));
gradient dark
background: linear-gradient(to right, hsl(247, 55%, 32%), hsl(247, 55%, 12%))
hex
background-color: #2F257E;
tailwind
bg-[hsl(247,55%,32%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(247, 55%, 32%, 0.4);
css variable
--color-primary: hsl(247, 55%, 32%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(247, 55%, 32%)?
HEX: #2F257E | RGB: rgb(47, 37, 126) | CMYK: 63%, 71%, 0%, 51% | HSV: 247°, 71%, 49%. Copy any format from the conversion table above.
What colors go well with #2F257E?
The complementary color is HSL(67, 55%, 32%). For a triadic harmony, use hues 247°, 7°, and 127°. For analogous combinations, try hues 217° and 277°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(247, 55%, 32%) in CSS?
As HSL: color: hsl(247, 55%, 32%); — As HEX: color: #2F257E; — As RGB: color: rgb(47, 37, 126); — Tailwind CSS: bg-[hsl(247,55%,32%)] — CSS variable: --color-primary: hsl(247, 55%, 32%);