HSL(193, 68%, 28%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(193,68%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(193, 68%, 28%) | color: hsl(193, 68%, 28%) | |
| HEX | #176378 | color: #176378 | |
| RGB | rgb(23, 99, 120) | color: rgb(23, 99, 120) | |
| CMYK | cmyk(81%, 18%, 0%, 53%) | — | |
| HSV | hsv(193, 81%, 47%) | — | |
| HWB | hwb(193 9% 53%) | color: hwb(193 9% 53%) | |
| OKLCH | oklch(0.4652 0.0775 221.15) | color: oklch(0.4652 0.0775 221.15) | |
| Lab | lab(38.66 -14.62 -18.21) | color: lab(38.66 -14.62 -18.21) | |
| LCH | lch(38.66 23.35 231.24) | color: lch(38.66 23.35 231.24) |
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)
#383973 — rgb(56, 57, 115)
Deuteranopia (Green-blind)
#342E72 — rgb(52, 46, 114)
Tritanopia (Blue-blind)
#1B6F6E — rgb(27, 111, 110)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(193, 68%, 28%);
text
color: hsl(193, 68%, 28%);
border
border: 2px solid hsl(193, 68%, 28%);
gradient light
background: linear-gradient(to right, hsl(193, 68%, 48%), hsl(193, 68%, 28%));
gradient dark
background: linear-gradient(to right, hsl(193, 68%, 28%), hsl(193, 68%, 8%))
hex
background-color: #176378;
tailwind
bg-[hsl(193,68%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(193, 68%, 28%, 0.4);
css variable
--color-primary: hsl(193, 68%, 28%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(193, 68%, 28%)?
HEX: #176378 | RGB: rgb(23, 99, 120) | CMYK: 81%, 18%, 0%, 53% | HSV: 193°, 81%, 47%. Copy any format from the conversion table above.
What colors go well with #176378?
The complementary color is HSL(13, 68%, 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, 68%, 28%) in CSS?
As HSL: color: hsl(193, 68%, 28%); — As HEX: color: #176378; — As RGB: color: rgb(23, 99, 120); — Tailwind CSS: bg-[hsl(193,68%,28%)] — CSS variable: --color-primary: hsl(193, 68%, 28%);