HSL(187, 43%, 47%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(187,43%,47%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(187, 43%, 47%) | color: hsl(187, 43%, 47%) | |
| HEX | #449FAB | color: #449FAB | |
| RGB | rgb(68, 159, 171) | color: rgb(68, 159, 171) | |
| CMYK | cmyk(60%, 7%, 0%, 33%) | — | |
| HSV | hsv(187, 60%, 67%) | — | |
| HWB | hwb(187 27% 33%) | color: hwb(187 27% 33%) | |
| OKLCH | oklch(0.6527 0.0872 207.09) | color: oklch(0.6527 0.0872 207.09) | |
| Lab | lab(60.75 -23.22 -14.35) | color: lab(60.75 -23.22 -14.35) | |
| LCH | lch(60.75 27.3 211.72) | color: lch(60.75 27.3 211.72) |
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)
#6B6CA8 — rgb(107, 108, 168)
Deuteranopia (Green-blind)
#665FA7 — rgb(102, 95, 167)
Tritanopia (Blue-blind)
#49A6A5 — rgb(73, 166, 165)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(187, 43%, 47%);
text
color: hsl(187, 43%, 47%);
border
border: 2px solid hsl(187, 43%, 47%);
gradient light
background: linear-gradient(to right, hsl(187, 43%, 67%), hsl(187, 43%, 47%));
gradient dark
background: linear-gradient(to right, hsl(187, 43%, 47%), hsl(187, 43%, 27%))
hex
background-color: #449FAB;
tailwind
bg-[hsl(187,43%,47%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(187, 43%, 47%, 0.4);
css variable
--color-primary: hsl(187, 43%, 47%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(187, 43%, 47%)?
HEX: #449FAB | RGB: rgb(68, 159, 171) | CMYK: 60%, 7%, 0%, 33% | HSV: 187°, 60%, 67%. Copy any format from the conversion table above.
What colors go well with #449FAB?
The complementary color is HSL(7, 43%, 47%). For a triadic harmony, use hues 187°, 307°, and 67°. For analogous combinations, try hues 157° and 217°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(187, 43%, 47%) in CSS?
As HSL: color: hsl(187, 43%, 47%); — As HEX: color: #449FAB; — As RGB: color: rgb(68, 159, 171); — Tailwind CSS: bg-[hsl(187,43%,47%)] — CSS variable: --color-primary: hsl(187, 43%, 47%);