HSL(192, 63%, 15%)
Cyan — Cyan color
Adjust Color
Color Information
Color Name
Cyan
Color Family
Cyan
Warm / Cool
🔵 Cool
Temperature
7000K
CSS Class
bg-[hsl(192,63%,15%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(192, 63%, 15%) | color: hsl(192, 63%, 15%) | |
| HEX | #0E353E | color: #0E353E | |
| RGB | rgb(14, 53, 62) | color: rgb(14, 53, 62) | |
| CMYK | cmyk(77%, 15%, 0%, 76%) | — | |
| HSV | hsv(191, 77%, 24%) | — | |
| HWB | hwb(191 6% 76%) | color: hwb(191 6% 76%) | |
| OKLCH | oklch(0.3063 0.0455 216.07) | color: oklch(0.3063 0.0455 216.07) | |
| Lab | lab(19.99 -10.03 -9.61) | color: lab(19.99 -10.03 -9.61) | |
| LCH | lch(19.99 13.89 223.77) | color: lch(19.99 13.89 223.77) |
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)
#1F1F3C — rgb(31, 31, 60)
Deuteranopia (Green-blind)
#1D1A3B — rgb(29, 26, 59)
Tritanopia (Blue-blind)
#103A3A — rgb(16, 58, 58)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(192, 63%, 15%);
text
color: hsl(192, 63%, 15%);
border
border: 2px solid hsl(192, 63%, 15%);
gradient light
background: linear-gradient(to right, hsl(192, 63%, 35%), hsl(192, 63%, 15%));
gradient dark
background: linear-gradient(to right, hsl(192, 63%, 15%), hsl(192, 63%, 0%))
hex
background-color: #0E353E;
tailwind
bg-[hsl(192,63%,15%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(192, 63%, 15%, 0.4);
css variable
--color-primary: hsl(192, 63%, 15%);
Related Colors
Use Cases for Cyan
Frequently Asked Questions
What are all the color codes for HSL(192, 63%, 15%)?
HEX: #0E353E | RGB: rgb(14, 53, 62) | CMYK: 77%, 15%, 0%, 76% | HSV: 191°, 77%, 24%. Copy any format from the conversion table above.
What colors go well with #0E353E?
The complementary color is HSL(12, 63%, 15%). 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, 63%, 15%) in CSS?
As HSL: color: hsl(192, 63%, 15%); — As HEX: color: #0E353E; — As RGB: color: rgb(14, 53, 62); — Tailwind CSS: bg-[hsl(192,63%,15%)] — CSS variable: --color-primary: hsl(192, 63%, 15%);