HSL(202, 90%, 36%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(202,90%,36%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 90%, 36%) | color: hsl(202, 90%, 36%) | |
| HEX | #0972AE | color: #0972AE | |
| RGB | rgb(9, 114, 174) | color: rgb(9, 114, 174) | |
| CMYK | cmyk(95%, 34%, 0%, 32%) | — | |
| HSV | hsv(202, 95%, 68%) | — | |
| HWB | hwb(202 3% 32%) | color: hwb(202 3% 32%) | |
| OKLCH | oklch(0.5304 0.1255 243.01) | color: oklch(0.5304 0.1255 243.01) | |
| Lab | lab(45.83 -3.94 -39.25) | color: lab(45.83 -3.94 -39.25) | |
| LCH | lch(45.83 39.45 264.27) | color: lch(45.83 39.45 264.27) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#36379F — rgb(54, 55, 159)
Deuteranopia (Green-blind)
#30299C — rgb(48, 41, 156)
Tritanopia (Blue-blind)
#0E9492 — rgb(14, 148, 146)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 90%, 36%);
text
color: hsl(202, 90%, 36%);
border
border: 2px solid hsl(202, 90%, 36%);
gradient light
background: linear-gradient(to right, hsl(202, 90%, 56%), hsl(202, 90%, 36%));
gradient dark
background: linear-gradient(to right, hsl(202, 90%, 36%), hsl(202, 90%, 16%))
hex
background-color: #0972AE;
tailwind
bg-[hsl(202,90%,36%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 90%, 36%, 0.4);
css variable
--color-primary: hsl(202, 90%, 36%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(202, 90%, 36%)?
HEX: #0972AE | RGB: rgb(9, 114, 174) | CMYK: 95%, 34%, 0%, 32% | HSV: 202°, 95%, 68%. Copy any format from the conversion table above.
What colors go well with #0972AE?
The complementary color is HSL(22, 90%, 36%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(202, 90%, 36%) in CSS?
As HSL: color: hsl(202, 90%, 36%); — As HEX: color: #0972AE; — As RGB: color: rgb(9, 114, 174); — Tailwind CSS: bg-[hsl(202,90%,36%)] — CSS variable: --color-primary: hsl(202, 90%, 36%);