HSL(162, 63%, 16%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(162,63%,16%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(162, 63%, 16%) | color: hsl(162, 63%, 16%) | |
| HEX | #0F4333 | color: #0F4333 | |
| RGB | rgb(15, 67, 51) | color: rgb(15, 67, 51) | |
| CMYK | cmyk(78%, 0%, 24%, 74%) | — | |
| HSV | hsv(162, 78%, 26%) | — | |
| HWB | hwb(162 6% 74%) | color: hwb(162 6% 74%) | |
| OKLCH | oklch(0.3442 0.061 168.22) | color: oklch(0.3442 0.061 168.22) | |
| Lab | lab(24.81 -21.46 4.87) | color: lab(24.81 -21.46 4.87) | |
| LCH | lch(24.81 22.01 167.21) | color: lch(24.81 22.01 167.21) |
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)
#262637 — rgb(38, 38, 55)
Deuteranopia (Green-blind)
#231F38 — rgb(35, 31, 56)
Tritanopia (Blue-blind)
#123A3B — rgb(18, 58, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(162, 63%, 16%);
text
color: hsl(162, 63%, 16%);
border
border: 2px solid hsl(162, 63%, 16%);
gradient light
background: linear-gradient(to right, hsl(162, 63%, 36%), hsl(162, 63%, 16%));
gradient dark
background: linear-gradient(to right, hsl(162, 63%, 16%), hsl(162, 63%, 0%))
hex
background-color: #0F4333;
tailwind
bg-[hsl(162,63%,16%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(162, 63%, 16%, 0.4);
css variable
--color-primary: hsl(162, 63%, 16%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(162, 63%, 16%)?
HEX: #0F4333 | RGB: rgb(15, 67, 51) | CMYK: 78%, 0%, 24%, 74% | HSV: 162°, 78%, 26%. Copy any format from the conversion table above.
What colors go well with #0F4333?
The complementary color is HSL(342, 63%, 16%). For a triadic harmony, use hues 162°, 282°, and 42°. For analogous combinations, try hues 132° and 192°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(162, 63%, 16%) in CSS?
As HSL: color: hsl(162, 63%, 16%); — As HEX: color: #0F4333; — As RGB: color: rgb(15, 67, 51); — Tailwind CSS: bg-[hsl(162,63%,16%)] — CSS variable: --color-primary: hsl(162, 63%, 16%);