HSL(192, 88%, 18%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(192,88%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 88%, 18%) | color: hsl(192, 88%, 18%) | |
| HEX | #064656 | color: #064656 | |
| RGB | rgb(6, 70, 86) | color: rgb(6, 70, 86) | |
| CMYK | cmyk(93%, 19%, 0%, 66%) | — | |
| HSV | hsv(192, 93%, 34%) | — | |
| HWB | hwb(192 2% 66%) | color: hwb(192 2% 66%) | |
| OKLCH | oklch(0.3656 0.0641 220.45) | color: oklch(0.3656 0.0641 220.45) | |
| Lab | lab(26.99 -12.2 -14.82) | color: lab(26.99 -12.2 -14.82) | |
| LCH | lch(26.99 19.2 230.54) | color: lch(26.99 19.2 230.54) |
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)
#222252 — rgb(34, 34, 82)
Deuteranopia (Green-blind)
#1E1951 — rgb(30, 25, 81)
Tritanopia (Blue-blind)
#094F4E — rgb(9, 79, 78)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 88%, 18%);
text
color: hsl(192, 88%, 18%);
border
border: 2px solid hsl(192, 88%, 18%);
gradient light
background: linear-gradient(to right, hsl(192, 88%, 38%), hsl(192, 88%, 18%));
gradient dark
background: linear-gradient(to right, hsl(192, 88%, 18%), hsl(192, 88%, 0%))
hex
background-color: #064656;
tailwind
bg-[hsl(192,88%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 88%, 18%, 0.4);
css variable
--color-primary: hsl(192, 88%, 18%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(192, 88%, 18%)?
HEX: #064656 | RGB: rgb(6, 70, 86) | CMYK: 93%, 19%, 0%, 66% | HSV: 192°, 93%, 34%. Copy any format from the conversion table above.
What colors go well with #064656?
The complementary color is HSL(12, 88%, 18%). 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, 88%, 18%) in CSS?
As HSL: color: hsl(192, 88%, 18%); — As HEX: color: #064656; — As RGB: color: rgb(6, 70, 86); — Tailwind CSS: bg-[hsl(192,88%,18%)] — CSS variable: --color-primary: hsl(192, 88%, 18%);