HSL(203, 74%, 75%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(203,74%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(203, 74%, 75%) | color: hsl(203, 74%, 75%) | |
| HEX | #90CAEE | color: #90CAEE | |
| RGB | rgb(144, 202, 238) | color: rgb(144, 202, 238) | |
| CMYK | cmyk(39%, 15%, 0%, 7%) | — | |
| HSV | hsv(203, 39%, 93%) | — | |
| HWB | hwb(203 57% 7%) | color: hwb(203 57% 7%) | |
| OKLCH | oklch(0.812 0.0785 236.28) | color: oklch(0.812 0.0785 236.28) | |
| Lab | lab(78.66 -9.71 -23.67) | color: lab(78.66 -9.71 -23.67) | |
| LCH | lch(78.66 25.58 247.7) | color: lch(78.66 25.58 247.7) |
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)
#A9AAE5 — rgb(169, 170, 229)
Deuteranopia (Green-blind)
#A6A1E3 — rgb(166, 161, 227)
Tritanopia (Blue-blind)
#93DEDD — rgb(147, 222, 221)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(203, 74%, 75%);
text
color: hsl(203, 74%, 75%);
border
border: 2px solid hsl(203, 74%, 75%);
gradient light
background: linear-gradient(to right, hsl(203, 74%, 95%), hsl(203, 74%, 75%));
gradient dark
background: linear-gradient(to right, hsl(203, 74%, 75%), hsl(203, 74%, 55%))
hex
background-color: #90CAEE;
tailwind
bg-[hsl(203,74%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(203, 74%, 75%, 0.4);
css variable
--color-primary: hsl(203, 74%, 75%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(203, 74%, 75%)?
HEX: #90CAEE | RGB: rgb(144, 202, 238) | CMYK: 39%, 15%, 0%, 7% | HSV: 203°, 39%, 93%. Copy any format from the conversion table above.
What colors go well with #90CAEE?
The complementary color is HSL(23, 74%, 75%). For a triadic harmony, use hues 203°, 323°, and 83°. For analogous combinations, try hues 173° and 233°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(203, 74%, 75%) in CSS?
As HSL: color: hsl(203, 74%, 75%); — As HEX: color: #90CAEE; — As RGB: color: rgb(144, 202, 238); — Tailwind CSS: bg-[hsl(203,74%,75%)] — CSS variable: --color-primary: hsl(203, 74%, 75%);