HSL(166, 25%, 51%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(166,25%,51%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(166, 25%, 51%) | color: hsl(166, 25%, 51%) | |
| HEX | #63A193 | color: #63A193 | |
| RGB | rgb(99, 161, 147) | color: rgb(99, 161, 147) | |
| CMYK | cmyk(39%, 0%, 9%, 37%) | — | |
| HSV | hsv(166, 39%, 63%) | — | |
| HWB | hwb(166 38% 37%) | color: hwb(166 38% 37%) | |
| OKLCH | oklch(0.6627 0.0679 178.11) | color: oklch(0.6627 0.0679 178.11) | |
| Lab | lab(61.87 -23.36 0.98) | color: lab(61.87 -23.36 0.98) | |
| LCH | lch(61.87 23.38 177.6) | color: lch(61.87 23.38 177.6) |
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)
#7E7E96 — rgb(126, 126, 150)
Deuteranopia (Green-blind)
#7A7697 — rgb(122, 118, 151)
Tritanopia (Blue-blind)
#66999A — rgb(102, 153, 154)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(166, 25%, 51%);
text
color: hsl(166, 25%, 51%);
border
border: 2px solid hsl(166, 25%, 51%);
gradient light
background: linear-gradient(to right, hsl(166, 25%, 71%), hsl(166, 25%, 51%));
gradient dark
background: linear-gradient(to right, hsl(166, 25%, 51%), hsl(166, 25%, 31%))
hex
background-color: #63A193;
tailwind
bg-[hsl(166,25%,51%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(166, 25%, 51%, 0.4);
css variable
--color-primary: hsl(166, 25%, 51%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(166, 25%, 51%)?
HEX: #63A193 | RGB: rgb(99, 161, 147) | CMYK: 39%, 0%, 9%, 37% | HSV: 166°, 39%, 63%. Copy any format from the conversion table above.
What colors go well with #63A193?
The complementary color is HSL(346, 25%, 51%). For a triadic harmony, use hues 166°, 286°, and 46°. For analogous combinations, try hues 136° and 196°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(166, 25%, 51%) in CSS?
As HSL: color: hsl(166, 25%, 51%); — As HEX: color: #63A193; — As RGB: color: rgb(99, 161, 147); — Tailwind CSS: bg-[hsl(166,25%,51%)] — CSS variable: --color-primary: hsl(166, 25%, 51%);