HSL(182, 88%, 18%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,88%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 88%, 18%) | color: hsl(182, 88%, 18%) | |
| HEX | #065456 | color: #065456 | |
| RGB | rgb(6, 84, 86) | color: rgb(6, 84, 86) | |
| CMYK | cmyk(93%, 2%, 0%, 66%) | — | |
| HSV | hsv(182, 93%, 34%) | — | |
| HWB | hwb(182 2% 66%) | color: hwb(182 2% 66%) | |
| OKLCH | oklch(0.4055 0.067 197.71) | color: oklch(0.4055 0.067 197.71) | |
| Lab | lab(31.92 -20.16 -7.32) | color: lab(31.92 -20.16 -7.32) | |
| LCH | lch(31.92 21.45 199.96) | color: lch(31.92 21.45 199.96) |
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)
#282856 — rgb(40, 40, 86)
Deuteranopia (Green-blind)
#231D55 — rgb(35, 29, 85)
Tritanopia (Blue-blind)
#0A5555 — rgb(10, 85, 85)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 88%, 18%);
text
color: hsl(182, 88%, 18%);
border
border: 2px solid hsl(182, 88%, 18%);
gradient light
background: linear-gradient(to right, hsl(182, 88%, 38%), hsl(182, 88%, 18%));
gradient dark
background: linear-gradient(to right, hsl(182, 88%, 18%), hsl(182, 88%, 0%))
hex
background-color: #065456;
tailwind
bg-[hsl(182,88%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 88%, 18%, 0.4);
css variable
--color-primary: hsl(182, 88%, 18%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 88%, 18%)?
HEX: #065456 | RGB: rgb(6, 84, 86) | CMYK: 93%, 2%, 0%, 66% | HSV: 182°, 93%, 34%. Copy any format from the conversion table above.
What colors go well with #065456?
The complementary color is HSL(2, 88%, 18%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(182, 88%, 18%) in CSS?
As HSL: color: hsl(182, 88%, 18%); — As HEX: color: #065456; — As RGB: color: rgb(6, 84, 86); — Tailwind CSS: bg-[hsl(182,88%,18%)] — CSS variable: --color-primary: hsl(182, 88%, 18%);