HSL(202, 60%, 55%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(202,60%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 60%, 55%) | color: hsl(202, 60%, 55%) | |
| HEX | #479FD1 | color: #479FD1 | |
| RGB | rgb(71, 159, 209) | color: rgb(71, 159, 209) | |
| CMYK | cmyk(66%, 24%, 0%, 18%) | — | |
| HSV | hsv(202, 66%, 82%) | — | |
| HWB | hwb(202 28% 18%) | color: hwb(202 28% 18%) | |
| OKLCH | oklch(0.67 0.1119 236.75) | color: oklch(0.67 0.1119 236.75) | |
| Lab | lab(62.28 -10.79 -33.3) | color: lab(62.28 -10.79 -33.3) | |
| LCH | lch(62.28 35 252.05) | color: lch(62.28 35 252.05) |
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)
#6D6EC5 — rgb(109, 110, 197)
Deuteranopia (Green-blind)
#6861C2 — rgb(104, 97, 194)
Tritanopia (Blue-blind)
#4BBBB9 — rgb(75, 187, 185)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 60%, 55%);
text
color: hsl(202, 60%, 55%);
border
border: 2px solid hsl(202, 60%, 55%);
gradient light
background: linear-gradient(to right, hsl(202, 60%, 75%), hsl(202, 60%, 55%));
gradient dark
background: linear-gradient(to right, hsl(202, 60%, 55%), hsl(202, 60%, 35%))
hex
background-color: #479FD1;
tailwind
bg-[hsl(202,60%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 60%, 55%, 0.4);
css variable
--color-primary: hsl(202, 60%, 55%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(202, 60%, 55%)?
HEX: #479FD1 | RGB: rgb(71, 159, 209) | CMYK: 66%, 24%, 0%, 18% | HSV: 202°, 66%, 82%. Copy any format from the conversion table above.
What colors go well with #479FD1?
The complementary color is HSL(22, 60%, 55%). 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, 60%, 55%) in CSS?
As HSL: color: hsl(202, 60%, 55%); — As HEX: color: #479FD1; — As RGB: color: rgb(71, 159, 209); — Tailwind CSS: bg-[hsl(202,60%,55%)] — CSS variable: --color-primary: hsl(202, 60%, 55%);