HSL(230, 77%, 78%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(230,77%,78%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(230, 77%, 78%) | color: hsl(230, 77%, 78%) | |
| HEX | #9CAAF2 | color: #9CAAF2 | |
| RGB | rgb(156, 170, 242) | color: rgb(156, 170, 242) | |
| CMYK | cmyk(36%, 30%, 0%, 5%) | — | |
| HSV | hsv(230, 36%, 95%) | — | |
| HWB | hwb(230 61% 5%) | color: hwb(230 61% 5%) | |
| OKLCH | oklch(0.7546 0.105 275.16) | color: oklch(0.7546 0.105 275.16) | |
| Lab | lab(71.03 11.99 -37.52) | color: lab(71.03 11.99 -37.52) | |
| LCH | lch(71.03 39.39 287.72) | color: lch(71.03 39.39 287.72) |
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)
#A2A2E1 — rgb(162, 162, 225)
Deuteranopia (Green-blind)
#A1A0DC — rgb(161, 160, 220)
Tritanopia (Blue-blind)
#9DD3D0 — rgb(157, 211, 208)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(230, 77%, 78%);
text
color: hsl(230, 77%, 78%);
border
border: 2px solid hsl(230, 77%, 78%);
gradient light
background: linear-gradient(to right, hsl(230, 77%, 98%), hsl(230, 77%, 78%));
gradient dark
background: linear-gradient(to right, hsl(230, 77%, 78%), hsl(230, 77%, 58%))
hex
background-color: #9CAAF2;
tailwind
bg-[hsl(230,77%,78%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(230, 77%, 78%, 0.4);
css variable
--color-primary: hsl(230, 77%, 78%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(230, 77%, 78%)?
HEX: #9CAAF2 | RGB: rgb(156, 170, 242) | CMYK: 36%, 30%, 0%, 5% | HSV: 230°, 36%, 95%. Copy any format from the conversion table above.
What colors go well with #9CAAF2?
The complementary color is HSL(50, 77%, 78%). For a triadic harmony, use hues 230°, 350°, and 110°. For analogous combinations, try hues 200° and 260°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(230, 77%, 78%) in CSS?
As HSL: color: hsl(230, 77%, 78%); — As HEX: color: #9CAAF2; — As RGB: color: rgb(156, 170, 242); — Tailwind CSS: bg-[hsl(230,77%,78%)] — CSS variable: --color-primary: hsl(230, 77%, 78%);