HSL(212, 90%, 77%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(212,90%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(212, 90%, 77%) | color: hsl(212, 90%, 77%) | |
| HEX | #90C1F9 | color: #90C1F9 | |
| RGB | rgb(144, 193, 249) | color: rgb(144, 193, 249) | |
| CMYK | cmyk(42%, 22%, 0%, 2%) | — | |
| HSV | hsv(212, 42%, 98%) | — | |
| HWB | hwb(212 57% 2%) | color: hwb(212 57% 2%) | |
| OKLCH | oklch(0.7973 0.0954 252.3) | color: oklch(0.7973 0.0954 252.3) | |
| Lab | lab(76.62 -1.99 -32.7) | color: lab(76.62 -1.99 -32.7) | |
| LCH | lch(76.62 32.76 266.52) | color: lch(76.62 32.76 266.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)
#A5A6EB — rgb(165, 166, 235)
Deuteranopia (Green-blind)
#A29FE8 — rgb(162, 159, 232)
Tritanopia (Blue-blind)
#92E1DE — rgb(146, 225, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(212, 90%, 77%);
text
color: hsl(212, 90%, 77%);
border
border: 2px solid hsl(212, 90%, 77%);
gradient light
background: linear-gradient(to right, hsl(212, 90%, 97%), hsl(212, 90%, 77%));
gradient dark
background: linear-gradient(to right, hsl(212, 90%, 77%), hsl(212, 90%, 57%))
hex
background-color: #90C1F9;
tailwind
bg-[hsl(212,90%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(212, 90%, 77%, 0.4);
css variable
--color-primary: hsl(212, 90%, 77%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(212, 90%, 77%)?
HEX: #90C1F9 | RGB: rgb(144, 193, 249) | CMYK: 42%, 22%, 0%, 2% | HSV: 212°, 42%, 98%. Copy any format from the conversion table above.
What colors go well with #90C1F9?
The complementary color is HSL(32, 90%, 77%). For a triadic harmony, use hues 212°, 332°, and 92°. For analogous combinations, try hues 182° and 242°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(212, 90%, 77%) in CSS?
As HSL: color: hsl(212, 90%, 77%); — As HEX: color: #90C1F9; — As RGB: color: rgb(144, 193, 249); — Tailwind CSS: bg-[hsl(212,90%,77%)] — CSS variable: --color-primary: hsl(212, 90%, 77%);