HSL(216, 43%, 72%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(216,43%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(216, 43%, 72%) | color: hsl(216, 43%, 72%) | |
| HEX | #99B1D6 | color: #99B1D6 | |
| RGB | rgb(153, 177, 214) | color: rgb(153, 177, 214) | |
| CMYK | cmyk(29%, 17%, 0%, 16%) | — | |
| HSV | hsv(216, 29%, 84%) | — | |
| HWB | hwb(216 60% 16%) | color: hwb(216 60% 16%) | |
| OKLCH | oklch(0.7551 0.0598 258.95) | color: oklch(0.7551 0.0598 258.95) | |
| Lab | lab(71.6 0.17 -21.38) | color: lab(71.6 0.17 -21.38) | |
| LCH | lch(71.6 21.38 270.46) | color: lch(71.6 21.38 270.46) |
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)
#A3A4CD — rgb(163, 164, 205)
Deuteranopia (Green-blind)
#A2A0CB — rgb(162, 160, 203)
Tritanopia (Blue-blind)
#9AC6C4 — rgb(154, 198, 196)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(216, 43%, 72%);
text
color: hsl(216, 43%, 72%);
border
border: 2px solid hsl(216, 43%, 72%);
gradient light
background: linear-gradient(to right, hsl(216, 43%, 92%), hsl(216, 43%, 72%));
gradient dark
background: linear-gradient(to right, hsl(216, 43%, 72%), hsl(216, 43%, 52%))
hex
background-color: #99B1D6;
tailwind
bg-[hsl(216,43%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(216, 43%, 72%, 0.4);
css variable
--color-primary: hsl(216, 43%, 72%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(216, 43%, 72%)?
HEX: #99B1D6 | RGB: rgb(153, 177, 214) | CMYK: 29%, 17%, 0%, 16% | HSV: 216°, 29%, 84%. Copy any format from the conversion table above.
What colors go well with #99B1D6?
The complementary color is HSL(36, 43%, 72%). For a triadic harmony, use hues 216°, 336°, and 96°. For analogous combinations, try hues 186° and 246°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(216, 43%, 72%) in CSS?
As HSL: color: hsl(216, 43%, 72%); — As HEX: color: #99B1D6; — As RGB: color: rgb(153, 177, 214); — Tailwind CSS: bg-[hsl(216,43%,72%)] — CSS variable: --color-primary: hsl(216, 43%, 72%);