HSL(199, 60%, 60%)
Blue — Blue color
Adjust Color
Color Information
Color Name
Blue
Color Family
Blue
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(199,60%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(199, 60%, 60%) | color: hsl(199, 60%, 60%) | |
| HEX | #5CAFD6 | color: #5CAFD6 | |
| RGB | rgb(92, 175, 214) | color: rgb(92, 175, 214) | |
| CMYK | cmyk(57%, 18%, 0%, 16%) | — | |
| HSV | hsv(199, 57%, 84%) | — | |
| HWB | hwb(199 36% 16%) | color: hwb(199 36% 16%) | |
| OKLCH | oklch(0.7171 0.0987 230.64) | color: oklch(0.7171 0.0987 230.64) | |
| Lab | lab(67.86 -14.09 -27.38) | color: lab(67.86 -14.09 -27.38) | |
| LCH | lch(67.86 30.79 242.77) | color: lch(67.86 30.79 242.77) |
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)
#8081CD — rgb(128, 129, 205)
Deuteranopia (Green-blind)
#7B75CA — rgb(123, 117, 202)
Tritanopia (Blue-blind)
#60C5C3 — rgb(96, 197, 195)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(199, 60%, 60%);
text
color: hsl(199, 60%, 60%);
border
border: 2px solid hsl(199, 60%, 60%);
gradient light
background: linear-gradient(to right, hsl(199, 60%, 80%), hsl(199, 60%, 60%));
gradient dark
background: linear-gradient(to right, hsl(199, 60%, 60%), hsl(199, 60%, 40%))
hex
background-color: #5CAFD6;
tailwind
bg-[hsl(199,60%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(199, 60%, 60%, 0.4);
css variable
--color-primary: hsl(199, 60%, 60%);
Related Colors
Use Cases for Blue
Frequently Asked Questions
What are all the color codes for HSL(199, 60%, 60%)?
HEX: #5CAFD6 | RGB: rgb(92, 175, 214) | CMYK: 57%, 18%, 0%, 16% | HSV: 199°, 57%, 84%. Copy any format from the conversion table above.
What colors go well with #5CAFD6?
The complementary color is HSL(19, 60%, 60%). For a triadic harmony, use hues 199°, 319°, and 79°. For analogous combinations, try hues 169° and 229°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(199, 60%, 60%) in CSS?
As HSL: color: hsl(199, 60%, 60%); — As HEX: color: #5CAFD6; — As RGB: color: rgb(92, 175, 214); — Tailwind CSS: bg-[hsl(199,60%,60%)] — CSS variable: --color-primary: hsl(199, 60%, 60%);