HSL(193, 30%, 23%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(193,30%,23%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 30%, 23%) | color: hsl(193, 30%, 23%) | |
| HEX | #29454C | color: #29454C | |
| RGB | rgb(41, 69, 76) | color: rgb(41, 69, 76) | |
| CMYK | cmyk(46%, 9%, 0%, 70%) | — | |
| HSV | hsv(192, 46%, 30%) | — | |
| HWB | hwb(192 16% 70%) | color: hwb(192 16% 70%) | |
| OKLCH | oklch(0.3712 0.0358 215.35) | color: oklch(0.3712 0.0358 215.35) | |
| Lab | lab(27.43 -8.41 -7.54) | color: lab(27.43 -8.41 -7.54) | |
| LCH | lch(27.43 11.3 221.88) | color: lch(27.43 11.3 221.88) |
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: white
Color Blindness Simulation
Protanopia (Red-blind)
#35354A — rgb(53, 53, 74)
Deuteranopia (Green-blind)
#34314A — rgb(52, 49, 74)
Tritanopia (Blue-blind)
#2A4949 — rgb(42, 73, 73)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 30%, 23%);
text
color: hsl(193, 30%, 23%);
border
border: 2px solid hsl(193, 30%, 23%);
gradient light
background: linear-gradient(to right, hsl(193, 30%, 43%), hsl(193, 30%, 23%));
gradient dark
background: linear-gradient(to right, hsl(193, 30%, 23%), hsl(193, 30%, 3%))
hex
background-color: #29454C;
tailwind
bg-[hsl(193,30%,23%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 30%, 23%, 0.4);
css variable
--color-primary: hsl(193, 30%, 23%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 30%, 23%)?
HEX: #29454C | RGB: rgb(41, 69, 76) | CMYK: 46%, 9%, 0%, 70% | HSV: 192°, 46%, 30%. Copy any format from the conversion table above.
What colors go well with #29454C?
The complementary color is HSL(13, 30%, 23%). For a triadic harmony, use hues 193°, 313°, and 73°. For analogous combinations, try hues 163° and 223°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(193, 30%, 23%) in CSS?
As HSL: color: hsl(193, 30%, 23%); — As HEX: color: #29454C; — As RGB: color: rgb(41, 69, 76); — Tailwind CSS: bg-[hsl(193,30%,23%)] — CSS variable: --color-primary: hsl(193, 30%, 23%);