HSL(207, 36%, 29%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(207,36%,29%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 36%, 29%) | color: hsl(207, 36%, 29%) | |
| HEX | #2F4D65 | color: #2F4D65 | |
| RGB | rgb(47, 77, 101) | color: rgb(47, 77, 101) | |
| CMYK | cmyk(53%, 24%, 0%, 60%) | — | |
| HSV | hsv(207, 53%, 40%) | — | |
| HWB | hwb(207 19% 60%) | color: hwb(207 19% 60%) | |
| OKLCH | oklch(0.4075 0.0541 243.8) | color: oklch(0.4075 0.0541 243.8) | |
| Lab | lab(31.47 -3.6 -17.41) | color: lab(31.47 -3.6 -17.41) | |
| LCH | lch(31.47 17.78 258.32) | color: lch(31.47 17.78 258.32) |
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)
#3C3C5F — rgb(60, 60, 95)
Deuteranopia (Green-blind)
#3A385E — rgb(58, 56, 94)
Tritanopia (Blue-blind)
#315B5A — rgb(49, 91, 90)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 36%, 29%);
text
color: hsl(207, 36%, 29%);
border
border: 2px solid hsl(207, 36%, 29%);
gradient light
background: linear-gradient(to right, hsl(207, 36%, 49%), hsl(207, 36%, 29%));
gradient dark
background: linear-gradient(to right, hsl(207, 36%, 29%), hsl(207, 36%, 9%))
hex
background-color: #2F4D65;
tailwind
bg-[hsl(207,36%,29%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 36%, 29%, 0.4);
css variable
--color-primary: hsl(207, 36%, 29%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 36%, 29%)?
HEX: #2F4D65 | RGB: rgb(47, 77, 101) | CMYK: 53%, 24%, 0%, 60% | HSV: 207°, 53%, 40%. Copy any format from the conversion table above.
What colors go well with #2F4D65?
The complementary color is HSL(27, 36%, 29%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(207, 36%, 29%) in CSS?
As HSL: color: hsl(207, 36%, 29%); — As HEX: color: #2F4D65; — As RGB: color: rgb(47, 77, 101); — Tailwind CSS: bg-[hsl(207,36%,29%)] — CSS variable: --color-primary: hsl(207, 36%, 29%);