HSL(207, 29%, 69%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(207,29%,69%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 29%, 69%) | color: hsl(207, 29%, 69%) | |
| HEX | #99B2C7 | color: #99B2C7 | |
| RGB | rgb(153, 178, 199) | color: rgb(153, 178, 199) | |
| CMYK | cmyk(23%, 11%, 0%, 22%) | — | |
| HSV | hsv(207, 23%, 78%) | — | |
| HWB | hwb(207 60% 22%) | color: hwb(207 60% 22%) | |
| OKLCH | oklch(0.7516 0.041 243.66) | color: oklch(0.7516 0.041 243.66) | |
| Lab | lab(71.37 -3.92 -13.5) | color: lab(71.37 -3.92 -13.5) | |
| LCH | lch(71.37 14.06 253.81) | color: lch(71.37 14.06 253.81) |
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: black
Color Blindness Simulation
Protanopia (Red-blind)
#A4A4C2 — rgb(164, 164, 194)
Deuteranopia (Green-blind)
#A2A1C1 — rgb(162, 161, 193)
Tritanopia (Blue-blind)
#9ABEBD — rgb(154, 190, 189)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 29%, 69%);
text
color: hsl(207, 29%, 69%);
border
border: 2px solid hsl(207, 29%, 69%);
gradient light
background: linear-gradient(to right, hsl(207, 29%, 89%), hsl(207, 29%, 69%));
gradient dark
background: linear-gradient(to right, hsl(207, 29%, 69%), hsl(207, 29%, 49%))
hex
background-color: #99B2C7;
tailwind
bg-[hsl(207,29%,69%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 29%, 69%, 0.4);
css variable
--color-primary: hsl(207, 29%, 69%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 29%, 69%)?
HEX: #99B2C7 | RGB: rgb(153, 178, 199) | CMYK: 23%, 11%, 0%, 22% | HSV: 207°, 23%, 78%. Copy any format from the conversion table above.
What colors go well with #99B2C7?
The complementary color is HSL(27, 29%, 69%). 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, 29%, 69%) in CSS?
As HSL: color: hsl(207, 29%, 69%); — As HEX: color: #99B2C7; — As RGB: color: rgb(153, 178, 199); — Tailwind CSS: bg-[hsl(207,29%,69%)] — CSS variable: --color-primary: hsl(207, 29%, 69%);