HSL(202, 50%, 59%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(202,50%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 50%, 59%) | color: hsl(202, 50%, 59%) | |
| HEX | #62A4CB | color: #62A4CB | |
| RGB | rgb(98, 164, 203) | color: rgb(98, 164, 203) | |
| CMYK | cmyk(52%, 19%, 0%, 20%) | — | |
| HSV | hsv(202, 52%, 80%) | — | |
| HWB | hwb(202 38% 20%) | color: hwb(202 38% 20%) | |
| OKLCH | oklch(0.6899 0.0887 235.97) | color: oklch(0.6899 0.0887 235.97) | |
| Lab | lab(64.53 -10.16 -26.4) | color: lab(64.53 -10.16 -26.4) | |
| LCH | lch(64.53 28.29 248.95) | color: lch(64.53 28.29 248.95) |
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)
#7F7FC2 — rgb(127, 127, 194)
Deuteranopia (Green-blind)
#7B76BF — rgb(123, 118, 191)
Tritanopia (Blue-blind)
#65BAB8 — rgb(101, 186, 184)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 50%, 59%);
text
color: hsl(202, 50%, 59%);
border
border: 2px solid hsl(202, 50%, 59%);
gradient light
background: linear-gradient(to right, hsl(202, 50%, 79%), hsl(202, 50%, 59%));
gradient dark
background: linear-gradient(to right, hsl(202, 50%, 59%), hsl(202, 50%, 39%))
hex
background-color: #62A4CB;
tailwind
bg-[hsl(202,50%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 50%, 59%, 0.4);
css variable
--color-primary: hsl(202, 50%, 59%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(202, 50%, 59%)?
HEX: #62A4CB | RGB: rgb(98, 164, 203) | CMYK: 52%, 19%, 0%, 20% | HSV: 202°, 52%, 80%. Copy any format from the conversion table above.
What colors go well with #62A4CB?
The complementary color is HSL(22, 50%, 59%). 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, 50%, 59%) in CSS?
As HSL: color: hsl(202, 50%, 59%); — As HEX: color: #62A4CB; — As RGB: color: rgb(98, 164, 203); — Tailwind CSS: bg-[hsl(202,50%,59%)] — CSS variable: --color-primary: hsl(202, 50%, 59%);