HSL(188, 68%, 28%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(188,68%,28%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(188, 68%, 28%) | color: hsl(188, 68%, 28%) | |
| HEX | #176B78 | color: #176B78 | |
| RGB | rgb(23, 107, 120) | color: rgb(23, 107, 120) | |
| CMYK | cmyk(81%, 11%, 0%, 53%) | — | |
| HSV | hsv(188, 81%, 47%) | — | |
| HWB | hwb(188 9% 53%) | color: hwb(188 9% 53%) | |
| OKLCH | oklch(0.4865 0.0776 210.6) | color: oklch(0.4865 0.0776 210.6) | |
| Lab | lab(41.3 -19.09 -14.17) | color: lab(41.3 -19.09 -14.17) | |
| LCH | lch(41.3 23.77 216.59) | color: lch(41.3 23.77 216.59) |
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)
#3B3C75 — rgb(59, 60, 117)
Deuteranopia (Green-blind)
#373074 — rgb(55, 48, 116)
Tritanopia (Blue-blind)
#1B7272 — rgb(27, 114, 114)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(188, 68%, 28%);
text
color: hsl(188, 68%, 28%);
border
border: 2px solid hsl(188, 68%, 28%);
gradient light
background: linear-gradient(to right, hsl(188, 68%, 48%), hsl(188, 68%, 28%));
gradient dark
background: linear-gradient(to right, hsl(188, 68%, 28%), hsl(188, 68%, 8%))
hex
background-color: #176B78;
tailwind
bg-[hsl(188,68%,28%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(188, 68%, 28%, 0.4);
css variable
--color-primary: hsl(188, 68%, 28%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(188, 68%, 28%)?
HEX: #176B78 | RGB: rgb(23, 107, 120) | CMYK: 81%, 11%, 0%, 53% | HSV: 188°, 81%, 47%. Copy any format from the conversion table above.
What colors go well with #176B78?
The complementary color is HSL(8, 68%, 28%). For a triadic harmony, use hues 188°, 308°, and 68°. For analogous combinations, try hues 158° and 218°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(188, 68%, 28%) in CSS?
As HSL: color: hsl(188, 68%, 28%); — As HEX: color: #176B78; — As RGB: color: rgb(23, 107, 120); — Tailwind CSS: bg-[hsl(188,68%,28%)] — CSS variable: --color-primary: hsl(188, 68%, 28%);