HSL(192, 23%, 49%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(192,23%,49%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 23%, 49%) | color: hsl(192, 23%, 49%) | |
| HEX | #608E9A | color: #608E9A | |
| RGB | rgb(96, 142, 154) | color: rgb(96, 142, 154) | |
| CMYK | cmyk(38%, 8%, 0%, 40%) | — | |
| HSV | hsv(192, 38%, 60%) | — | |
| HWB | hwb(192 37% 40%) | color: hwb(192 37% 40%) | |
| OKLCH | oklch(0.618 0.053 215.88) | color: oklch(0.618 0.053 215.88) | |
| Lab | lab(56.25 -12.42 -11.32) | color: lab(56.25 -12.42 -11.32) | |
| LCH | lch(56.25 16.8 222.35) | color: lch(56.25 16.8 222.35) |
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)
#747497 — rgb(116, 116, 151)
Deuteranopia (Green-blind)
#716E96 — rgb(113, 110, 150)
Tritanopia (Blue-blind)
#629594 — rgb(98, 149, 148)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 23%, 49%);
text
color: hsl(192, 23%, 49%);
border
border: 2px solid hsl(192, 23%, 49%);
gradient light
background: linear-gradient(to right, hsl(192, 23%, 69%), hsl(192, 23%, 49%));
gradient dark
background: linear-gradient(to right, hsl(192, 23%, 49%), hsl(192, 23%, 29%))
hex
background-color: #608E9A;
tailwind
bg-[hsl(192,23%,49%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 23%, 49%, 0.4);
css variable
--color-primary: hsl(192, 23%, 49%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(192, 23%, 49%)?
HEX: #608E9A | RGB: rgb(96, 142, 154) | CMYK: 38%, 8%, 0%, 40% | HSV: 192°, 38%, 60%. Copy any format from the conversion table above.
What colors go well with #608E9A?
The complementary color is HSL(12, 23%, 49%). For a triadic harmony, use hues 192°, 312°, and 72°. For analogous combinations, try hues 162° and 222°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(192, 23%, 49%) in CSS?
As HSL: color: hsl(192, 23%, 49%); — As HEX: color: #608E9A; — As RGB: color: rgb(96, 142, 154); — Tailwind CSS: bg-[hsl(192,23%,49%)] — CSS variable: --color-primary: hsl(192, 23%, 49%);