HSL(201, 45%, 57%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(201,45%,57%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(201, 45%, 57%) | color: hsl(201, 45%, 57%) | |
| HEX | #60A0C3 | color: #60A0C3 | |
| RGB | rgb(96, 160, 195) | color: rgb(96, 160, 195) | |
| CMYK | cmyk(51%, 18%, 0%, 24%) | — | |
| HSV | hsv(201, 51%, 76%) | — | |
| HWB | hwb(201 37% 24%) | color: hwb(201 37% 24%) | |
| OKLCH | oklch(0.6764 0.0838 233.83) | color: oklch(0.6764 0.0838 233.83) | |
| Lab | lab(62.98 -10.78 -24.33) | color: lab(62.98 -10.78 -24.33) | |
| LCH | lch(62.98 26.61 246.1) | color: lch(62.98 26.61 246.1) |
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)
#7C7CBB — rgb(124, 124, 187)
Deuteranopia (Green-blind)
#7873B9 — rgb(120, 115, 185)
Tritanopia (Blue-blind)
#63B4B2 — rgb(99, 180, 178)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(201, 45%, 57%);
text
color: hsl(201, 45%, 57%);
border
border: 2px solid hsl(201, 45%, 57%);
gradient light
background: linear-gradient(to right, hsl(201, 45%, 77%), hsl(201, 45%, 57%));
gradient dark
background: linear-gradient(to right, hsl(201, 45%, 57%), hsl(201, 45%, 37%))
hex
background-color: #60A0C3;
tailwind
bg-[hsl(201,45%,57%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(201, 45%, 57%, 0.4);
css variable
--color-primary: hsl(201, 45%, 57%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(201, 45%, 57%)?
HEX: #60A0C3 | RGB: rgb(96, 160, 195) | CMYK: 51%, 18%, 0%, 24% | HSV: 201°, 51%, 76%. Copy any format from the conversion table above.
What colors go well with #60A0C3?
The complementary color is HSL(21, 45%, 57%). 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, 45%, 57%) in CSS?
As HSL: color: hsl(201, 45%, 57%); — As HEX: color: #60A0C3; — As RGB: color: rgb(96, 160, 195); — Tailwind CSS: bg-[hsl(201,45%,57%)] — CSS variable: --color-primary: hsl(201, 45%, 57%);