HSL(201, 73%, 41%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(201,73%,41%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(201, 73%, 41%) | color: hsl(201, 73%, 41%) | |
| HEX | #1C7FB5 | color: #1C7FB5 | |
| RGB | rgb(28, 127, 181) | color: rgb(28, 127, 181) | |
| CMYK | cmyk(85%, 30%, 0%, 29%) | — | |
| HSV | hsv(201, 85%, 71%) | — | |
| HWB | hwb(201 11% 29%) | color: hwb(201 11% 29%) | |
| OKLCH | oklch(0.5684 0.1191 239.17) | color: oklch(0.5684 0.1191 239.17) | |
| Lab | lab(50.4 -7.84 -36.08) | color: lab(50.4 -7.84 -36.08) | |
| LCH | lch(50.4 36.92 257.74) | color: lch(50.4 36.92 257.74) |
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)
#4748A8 — rgb(71, 72, 168)
Deuteranopia (Green-blind)
#413AA5 — rgb(65, 58, 165)
Tritanopia (Blue-blind)
#219E9B — rgb(33, 158, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(201, 73%, 41%);
text
color: hsl(201, 73%, 41%);
border
border: 2px solid hsl(201, 73%, 41%);
gradient light
background: linear-gradient(to right, hsl(201, 73%, 61%), hsl(201, 73%, 41%));
gradient dark
background: linear-gradient(to right, hsl(201, 73%, 41%), hsl(201, 73%, 21%))
hex
background-color: #1C7FB5;
tailwind
bg-[hsl(201,73%,41%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(201, 73%, 41%, 0.4);
css variable
--color-primary: hsl(201, 73%, 41%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(201, 73%, 41%)?
HEX: #1C7FB5 | RGB: rgb(28, 127, 181) | CMYK: 85%, 30%, 0%, 29% | HSV: 201°, 85%, 71%. Copy any format from the conversion table above.
What colors go well with #1C7FB5?
The complementary color is HSL(21, 73%, 41%). 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, 73%, 41%) in CSS?
As HSL: color: hsl(201, 73%, 41%); — As HEX: color: #1C7FB5; — As RGB: color: rgb(28, 127, 181); — Tailwind CSS: bg-[hsl(201,73%,41%)] — CSS variable: --color-primary: hsl(201, 73%, 41%);