HSL(201, 71%, 34%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(201,71%,34%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(201, 71%, 34%) | color: hsl(201, 71%, 34%) | |
| HEX | #196994 | color: #196994 | |
| RGB | rgb(25, 105, 148) | color: rgb(25, 105, 148) | |
| CMYK | cmyk(83%, 29%, 0%, 42%) | — | |
| HSV | hsv(201, 83%, 58%) | — | |
| HWB | hwb(201 10% 42%) | color: hwb(201 10% 42%) | |
| OKLCH | oklch(0.4956 0.1001 238.16) | color: oklch(0.4956 0.1001 238.16) | |
| Lab | lab(41.92 -7.5 -30.06) | color: lab(41.92 -7.5 -30.06) | |
| LCH | lch(41.92 30.98 255.99) | color: lch(41.92 30.98 255.99) |
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)
#3C3C8A — rgb(60, 60, 138)
Deuteranopia (Green-blind)
#373187 — rgb(55, 49, 135)
Tritanopia (Blue-blind)
#1D8180 — rgb(29, 129, 128)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(201, 71%, 34%);
text
color: hsl(201, 71%, 34%);
border
border: 2px solid hsl(201, 71%, 34%);
gradient light
background: linear-gradient(to right, hsl(201, 71%, 54%), hsl(201, 71%, 34%));
gradient dark
background: linear-gradient(to right, hsl(201, 71%, 34%), hsl(201, 71%, 14%))
hex
background-color: #196994;
tailwind
bg-[hsl(201,71%,34%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(201, 71%, 34%, 0.4);
css variable
--color-primary: hsl(201, 71%, 34%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(201, 71%, 34%)?
HEX: #196994 | RGB: rgb(25, 105, 148) | CMYK: 83%, 29%, 0%, 42% | HSV: 201°, 83%, 58%. Copy any format from the conversion table above.
What colors go well with #196994?
The complementary color is HSL(21, 71%, 34%). For a triadic harmony, use hues 201°, 321°, and 81°. For analogous combinations, try hues 171° and 231°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(201, 71%, 34%) in CSS?
As HSL: color: hsl(201, 71%, 34%); — As HEX: color: #196994; — As RGB: color: rgb(25, 105, 148); — Tailwind CSS: bg-[hsl(201,71%,34%)] — CSS variable: --color-primary: hsl(201, 71%, 34%);