HSL(215, 90%, 77%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(215,90%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(215, 90%, 77%) | color: hsl(215, 90%, 77%) | |
| HEX | #90BCF9 | color: #90BCF9 | |
| RGB | rgb(144, 188, 249) | color: rgb(144, 188, 249) | |
| CMYK | cmyk(42%, 24%, 0%, 2%) | — | |
| HSV | hsv(215, 42%, 98%) | — | |
| HWB | hwb(215 57% 2%) | color: hwb(215 57% 2%) | |
| OKLCH | oklch(0.7868 0.0995 256.66) | color: oklch(0.7868 0.0995 256.66) | |
| Lab | lab(75.28 0.73 -34.76) | color: lab(75.28 0.73 -34.76) | |
| LCH | lch(75.28 34.77 271.2) | color: lch(75.28 34.77 271.2) |
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)
#A3A3EA — rgb(163, 163, 234)
Deuteranopia (Green-blind)
#A19DE7 — rgb(161, 157, 231)
Tritanopia (Blue-blind)
#92DFDC — rgb(146, 223, 220)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(215, 90%, 77%);
text
color: hsl(215, 90%, 77%);
border
border: 2px solid hsl(215, 90%, 77%);
gradient light
background: linear-gradient(to right, hsl(215, 90%, 97%), hsl(215, 90%, 77%));
gradient dark
background: linear-gradient(to right, hsl(215, 90%, 77%), hsl(215, 90%, 57%))
hex
background-color: #90BCF9;
tailwind
bg-[hsl(215,90%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(215, 90%, 77%, 0.4);
css variable
--color-primary: hsl(215, 90%, 77%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(215, 90%, 77%)?
HEX: #90BCF9 | RGB: rgb(144, 188, 249) | CMYK: 42%, 24%, 0%, 2% | HSV: 215°, 42%, 98%. Copy any format from the conversion table above.
What colors go well with #90BCF9?
The complementary color is HSL(35, 90%, 77%). For a triadic harmony, use hues 215°, 335°, and 95°. For analogous combinations, try hues 185° and 245°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(215, 90%, 77%) in CSS?
As HSL: color: hsl(215, 90%, 77%); — As HEX: color: #90BCF9; — As RGB: color: rgb(144, 188, 249); — Tailwind CSS: bg-[hsl(215,90%,77%)] — CSS variable: --color-primary: hsl(215, 90%, 77%);