HSL(208, 82%, 41%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(208,82%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(208, 82%, 41%) | color: hsl(208, 82%, 41%) | |
| HEX | #136EBE | color: #136EBE | |
| RGB | rgb(19, 110, 190) | color: rgb(19, 110, 190) | |
| CMYK | cmyk(90%, 42%, 0%, 25%) | — | |
| HSV | hsv(208, 90%, 75%) | — | |
| HWB | hwb(208 8% 25%) | color: hwb(208 8% 25%) | |
| OKLCH | oklch(0.5321 0.1478 251.35) | color: oklch(0.5321 0.1478 251.35) | |
| Lab | lab(45.64 5.31 -48.84) | color: lab(45.64 5.31 -48.84) | |
| LCH | lch(45.64 49.13 276.2) | color: lch(45.64 49.13 276.2) |
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)
#3A3BAB — rgb(58, 59, 171)
Deuteranopia (Green-blind)
#352EA6 — rgb(53, 46, 166)
Tritanopia (Blue-blind)
#189B98 — rgb(24, 155, 152)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(208, 82%, 41%);
text
color: hsl(208, 82%, 41%);
border
border: 2px solid hsl(208, 82%, 41%);
gradient light
background: linear-gradient(to right, hsl(208, 82%, 61%), hsl(208, 82%, 41%));
gradient dark
background: linear-gradient(to right, hsl(208, 82%, 41%), hsl(208, 82%, 21%))
hex
background-color: #136EBE;
tailwind
bg-[hsl(208,82%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(208, 82%, 41%, 0.4);
css variable
--color-primary: hsl(208, 82%, 41%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(208, 82%, 41%)?
HEX: #136EBE | RGB: rgb(19, 110, 190) | CMYK: 90%, 42%, 0%, 25% | HSV: 208°, 90%, 75%. Copy any format from the conversion table above.
What colors go well with #136EBE?
The complementary color is HSL(28, 82%, 41%). For a triadic harmony, use hues 208°, 328°, and 88°. For analogous combinations, try hues 178° and 238°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(208, 82%, 41%) in CSS?
As HSL: color: hsl(208, 82%, 41%); — As HEX: color: #136EBE; — As RGB: color: rgb(19, 110, 190); — Tailwind CSS: bg-[hsl(208,82%,41%)] — CSS variable: --color-primary: hsl(208, 82%, 41%);