HSL(201, 76%, 37%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(201,76%,37%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(201, 76%, 37%) | color: hsl(201, 76%, 37%) | |
| HEX | #1774A6 | color: #1774A6 | |
| RGB | rgb(23, 116, 166) | color: rgb(23, 116, 166) | |
| CMYK | cmyk(86%, 30%, 0%, 35%) | — | |
| HSV | hsv(201, 86%, 65%) | — | |
| HWB | hwb(201 9% 35%) | color: hwb(201 9% 35%) | |
| OKLCH | oklch(0.5325 0.1123 239.07) | color: oklch(0.5325 0.1123 239.07) | |
| Lab | lab(46.21 -7.41 -33.97) | color: lab(46.21 -7.41 -33.97) | |
| LCH | lch(46.21 34.77 257.69) | color: lch(46.21 34.77 257.69) |
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)
#3F409A — rgb(63, 64, 154)
Deuteranopia (Green-blind)
#3A3397 — rgb(58, 51, 151)
Tritanopia (Blue-blind)
#1C908E — rgb(28, 144, 142)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(201, 76%, 37%);
text
color: hsl(201, 76%, 37%);
border
border: 2px solid hsl(201, 76%, 37%);
gradient light
background: linear-gradient(to right, hsl(201, 76%, 57%), hsl(201, 76%, 37%));
gradient dark
background: linear-gradient(to right, hsl(201, 76%, 37%), hsl(201, 76%, 17%))
hex
background-color: #1774A6;
tailwind
bg-[hsl(201,76%,37%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(201, 76%, 37%, 0.4);
css variable
--color-primary: hsl(201, 76%, 37%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(201, 76%, 37%)?
HEX: #1774A6 | RGB: rgb(23, 116, 166) | CMYK: 86%, 30%, 0%, 35% | HSV: 201°, 86%, 65%. Copy any format from the conversion table above.
What colors go well with #1774A6?
The complementary color is HSL(21, 76%, 37%). 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, 76%, 37%) in CSS?
As HSL: color: hsl(201, 76%, 37%); — As HEX: color: #1774A6; — As RGB: color: rgb(23, 116, 166); — Tailwind CSS: bg-[hsl(201,76%,37%)] — CSS variable: --color-primary: hsl(201, 76%, 37%);