HSL(207, 82%, 42%)
Vivid Blue — Blue color
Adjust Color
Color Information
Color Name
Vivid Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(207,82%,42%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(207, 82%, 42%) | color: hsl(207, 82%, 42%) | |
| HEX | #1374C3 | color: #1374C3 | |
| RGB | rgb(19, 116, 195) | color: rgb(19, 116, 195) | |
| CMYK | cmyk(90%, 41%, 0%, 24%) | — | |
| HSV | hsv(207, 90%, 76%) | — | |
| HWB | hwb(207 8% 24%) | color: hwb(207 8% 24%) | |
| OKLCH | oklch(0.5492 0.1476 249.93) | color: oklch(0.5492 0.1476 249.93) | |
| Lab | lab(47.71 3.52 -48.42) | color: lab(47.71 3.52 -48.42) | |
| LCH | lch(47.71 48.55 274.16) | color: lch(47.71 48.55 274.16) |
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)
#3D3EB0 — rgb(61, 62, 176)
Deuteranopia (Green-blind)
#3730AB — rgb(55, 48, 171)
Tritanopia (Blue-blind)
#18A19D — rgb(24, 161, 157)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(207, 82%, 42%);
text
color: hsl(207, 82%, 42%);
border
border: 2px solid hsl(207, 82%, 42%);
gradient light
background: linear-gradient(to right, hsl(207, 82%, 62%), hsl(207, 82%, 42%));
gradient dark
background: linear-gradient(to right, hsl(207, 82%, 42%), hsl(207, 82%, 22%))
hex
background-color: #1374C3;
tailwind
bg-[hsl(207,82%,42%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(207, 82%, 42%, 0.4);
css variable
--color-primary: hsl(207, 82%, 42%);
Related Colors
Use Cases for Vivid Blue
Frequently Asked Questions
What are all the color codes for HSL(207, 82%, 42%)?
HEX: #1374C3 | RGB: rgb(19, 116, 195) | CMYK: 90%, 41%, 0%, 24% | HSV: 207°, 90%, 76%. Copy any format from the conversion table above.
What colors go well with #1374C3?
The complementary color is HSL(27, 82%, 42%). For a triadic harmony, use hues 207°, 327°, and 87°. For analogous combinations, try hues 177° and 237°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(207, 82%, 42%) in CSS?
As HSL: color: hsl(207, 82%, 42%); — As HEX: color: #1374C3; — As RGB: color: rgb(19, 116, 195); — Tailwind CSS: bg-[hsl(207,82%,42%)] — CSS variable: --color-primary: hsl(207, 82%, 42%);