HSL(182, 68%, 18%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(182,68%,18%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(182, 68%, 18%) | color: hsl(182, 68%, 18%) | |
| HEX | #0F4B4D | color: #0F4B4D | |
| RGB | rgb(15, 75, 77) | color: rgb(15, 75, 77) | |
| CMYK | cmyk(81%, 3%, 0%, 70%) | — | |
| HSV | hsv(182, 81%, 30%) | — | |
| HWB | hwb(182 6% 70%) | color: hwb(182 6% 70%) | |
| OKLCH | oklch(0.3776 0.0581 198.34) | color: oklch(0.3776 0.0581 198.34) | |
| Lab | lab(28.56 -17.41 -6.59) | color: lab(28.56 -17.41 -6.59) | |
| LCH | lch(28.56 18.62 200.73) | color: lch(28.56 18.62 200.73) |
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)
#292A4D — rgb(41, 42, 77)
Deuteranopia (Green-blind)
#26214C — rgb(38, 33, 76)
Tritanopia (Blue-blind)
#124C4C — rgb(18, 76, 76)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(182, 68%, 18%);
text
color: hsl(182, 68%, 18%);
border
border: 2px solid hsl(182, 68%, 18%);
gradient light
background: linear-gradient(to right, hsl(182, 68%, 38%), hsl(182, 68%, 18%));
gradient dark
background: linear-gradient(to right, hsl(182, 68%, 18%), hsl(182, 68%, 0%))
hex
background-color: #0F4B4D;
tailwind
bg-[hsl(182,68%,18%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(182, 68%, 18%, 0.4);
css variable
--color-primary: hsl(182, 68%, 18%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(182, 68%, 18%)?
HEX: #0F4B4D | RGB: rgb(15, 75, 77) | CMYK: 81%, 3%, 0%, 70% | HSV: 182°, 81%, 30%. Copy any format from the conversion table above.
What colors go well with #0F4B4D?
The complementary color is HSL(2, 68%, 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, 68%, 18%) in CSS?
As HSL: color: hsl(182, 68%, 18%); — As HEX: color: #0F4B4D; — As RGB: color: rgb(15, 75, 77); — Tailwind CSS: bg-[hsl(182,68%,18%)] — CSS variable: --color-primary: hsl(182, 68%, 18%);