HSL(229, 67%, 76%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(229,67%,76%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(229, 67%, 76%) | color: hsl(229, 67%, 76%) | |
| HEX | #99A8EB | color: #99A8EB | |
| RGB | rgb(153, 168, 235) | color: rgb(153, 168, 235) | |
| CMYK | cmyk(35%, 29%, 0%, 8%) | — | |
| HSV | hsv(229, 35%, 92%) | — | |
| HWB | hwb(229 60% 8%) | color: hwb(229 60% 8%) | |
| OKLCH | oklch(0.7453 0.0984 274.09) | color: oklch(0.7453 0.0984 274.09) | |
| Lab | lab(70.02 10.47 -35.29) | color: lab(70.02 10.47 -35.29) | |
| LCH | lch(70.02 36.81 286.52) | color: lch(70.02 36.81 286.52) |
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)
#9FA0DB — rgb(159, 160, 219)
Deuteranopia (Green-blind)
#9F9ED7 — rgb(159, 158, 215)
Tritanopia (Blue-blind)
#9ACECB — rgb(154, 206, 203)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(229, 67%, 76%);
text
color: hsl(229, 67%, 76%);
border
border: 2px solid hsl(229, 67%, 76%);
gradient light
background: linear-gradient(to right, hsl(229, 67%, 96%), hsl(229, 67%, 76%));
gradient dark
background: linear-gradient(to right, hsl(229, 67%, 76%), hsl(229, 67%, 56%))
hex
background-color: #99A8EB;
tailwind
bg-[hsl(229,67%,76%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(229, 67%, 76%, 0.4);
css variable
--color-primary: hsl(229, 67%, 76%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(229, 67%, 76%)?
HEX: #99A8EB | RGB: rgb(153, 168, 235) | CMYK: 35%, 29%, 0%, 8% | HSV: 229°, 35%, 92%. Copy any format from the conversion table above.
What colors go well with #99A8EB?
The complementary color is HSL(49, 67%, 76%). For a triadic harmony, use hues 229°, 349°, and 109°. For analogous combinations, try hues 199° and 259°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(229, 67%, 76%) in CSS?
As HSL: color: hsl(229, 67%, 76%); — As HEX: color: #99A8EB; — As RGB: color: rgb(153, 168, 235); — Tailwind CSS: bg-[hsl(229,67%,76%)] — CSS variable: --color-primary: hsl(229, 67%, 76%);