HSL(193, 60%, 28%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(193,60%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 60%, 28%) | color: hsl(193, 60%, 28%) | |
| HEX | #1D6072 | color: #1D6072 | |
| RGB | rgb(29, 96, 114) | color: rgb(29, 96, 114) | |
| CMYK | cmyk(75%, 16%, 0%, 55%) | — | |
| HSV | hsv(193, 75%, 45%) | — | |
| HWB | hwb(193 11% 55%) | color: hwb(193 11% 55%) | |
| OKLCH | oklch(0.4559 0.0711 219.53) | color: oklch(0.4559 0.0711 219.53) | |
| Lab | lab(37.56 -14.25 -16.21) | color: lab(37.56 -14.25 -16.21) | |
| LCH | lch(37.56 21.58 228.68) | color: lch(37.56 21.58 228.68) |
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)
#3A3B6E — rgb(58, 59, 110)
Deuteranopia (Green-blind)
#36316D — rgb(54, 49, 109)
Tritanopia (Blue-blind)
#206A69 — rgb(32, 106, 105)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 60%, 28%);
text
color: hsl(193, 60%, 28%);
border
border: 2px solid hsl(193, 60%, 28%);
gradient light
background: linear-gradient(to right, hsl(193, 60%, 48%), hsl(193, 60%, 28%));
gradient dark
background: linear-gradient(to right, hsl(193, 60%, 28%), hsl(193, 60%, 8%))
hex
background-color: #1D6072;
tailwind
bg-[hsl(193,60%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 60%, 28%, 0.4);
css variable
--color-primary: hsl(193, 60%, 28%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 60%, 28%)?
HEX: #1D6072 | RGB: rgb(29, 96, 114) | CMYK: 75%, 16%, 0%, 55% | HSV: 193°, 75%, 45%. Copy any format from the conversion table above.
What colors go well with #1D6072?
The complementary color is HSL(13, 60%, 28%). 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, 60%, 28%) in CSS?
As HSL: color: hsl(193, 60%, 28%); — As HEX: color: #1D6072; — As RGB: color: rgb(29, 96, 114); — Tailwind CSS: bg-[hsl(193,60%,28%)] — CSS variable: --color-primary: hsl(193, 60%, 28%);