#0e3636
a deep, vivid cyan · cool · closest name: darkslategray
RGB
14, 54, 54
HSL
180°, 59%, 13%
CMYK
74, 0, 0, 79
Luminance
0.0300
Every format
| HEX | #0e3636 |
| RGB | rgb(14, 54, 54) |
| HSL | hsl(180, 59%, 13%) |
| CMYK | cmyk(74%, 0%, 0%, 79%) |
| LAB | lab(20.0 -13.6 -4.1) |
| LCH | lch(20.0 14.2 196.8) |
| OKLCH | oklch(0.306 0.044 195.1) |
Copy-ready code
/* CSS */
color: #0e3636;
background-color: #0e3636;
/* Tailwind (arbitrary) */
class="text-[#0e3636] bg-[#0e3636]"
/* SCSS */
$brand: #0e3636;
/* SwiftUI */
Color(red: 0.055, green: 0.212, blue: 0.212)
/* Android */
Color.parseColor("#0e3636")Accessibility — WCAG contrast
Aa
#0e3636 on white: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e3636 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green21.2%
Blue21.2%
CMYK percentages
Cyan74.1%
Magenta0.0%
Yellow0.0%
Key (black)78.8%
Color previews
#0e3636 text on a black background
contrast 1.60:1
Card sample
#0e3636 text on a white background
contrast 13.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e3636;
Background color
Panel with #0e3636 background
background-color: #0e3636;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e3636;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 54, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 54, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e3636; background: linear-gradient(135deg, #0e3636, #0E1B36);