HSL(202, 82%, 59%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(202,82%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(202, 82%, 59%) | color: hsl(202, 82%, 59%) | |
| HEX | #41ADEC | color: #41ADEC | |
| RGB | rgb(65, 173, 236) | color: rgb(65, 173, 236) | |
| CMYK | cmyk(72%, 27%, 0%, 7%) | — | |
| HSV | hsv(202, 72%, 93%) | — | |
| HWB | hwb(202 26% 7%) | color: hwb(202 26% 7%) | |
| OKLCH | oklch(0.7133 0.1334 238.59) | color: oklch(0.7133 0.1334 238.59) | |
| Lab | lab(67.32 -10.39 -40.34) | color: lab(67.32 -10.39 -40.34) | |
| LCH | lch(67.32 41.66 255.56) | color: lch(67.32 41.66 255.56) |
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)
#7071DD — rgb(112, 113, 221)
Deuteranopia (Green-blind)
#6A61D9 — rgb(106, 97, 217)
Tritanopia (Blue-blind)
#46D1CE — rgb(70, 209, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(202, 82%, 59%);
text
color: hsl(202, 82%, 59%);
border
border: 2px solid hsl(202, 82%, 59%);
gradient light
background: linear-gradient(to right, hsl(202, 82%, 79%), hsl(202, 82%, 59%));
gradient dark
background: linear-gradient(to right, hsl(202, 82%, 59%), hsl(202, 82%, 39%))
hex
background-color: #41ADEC;
tailwind
bg-[hsl(202,82%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(202, 82%, 59%, 0.4);
css variable
--color-primary: hsl(202, 82%, 59%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(202, 82%, 59%)?
HEX: #41ADEC | RGB: rgb(65, 173, 236) | CMYK: 72%, 27%, 0%, 7% | HSV: 202°, 72%, 93%. Copy any format from the conversion table above.
What colors go well with #41ADEC?
The complementary color is HSL(22, 82%, 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, 82%, 59%) in CSS?
As HSL: color: hsl(202, 82%, 59%); — As HEX: color: #41ADEC; — As RGB: color: rgb(65, 173, 236); — Tailwind CSS: bg-[hsl(202,82%,59%)] — CSS variable: --color-primary: hsl(202, 82%, 59%);