#0e5151
a deep, vivid cyan · cool · closest name: darkslategray
RGB
14, 81, 81
HSL
180°, 71%, 19%
CMYK
83, 0, 0, 68
Luminance
0.0657
Every format
| HEX | #0e5151 |
| RGB | rgb(14, 81, 81) |
| HSL | hsl(180, 71%, 19%) |
| CMYK | cmyk(83%, 0%, 0%, 68%) |
| LAB | lab(30.8 -19.5 -5.8) |
| LCH | lch(30.8 20.3 196.6) |
| OKLCH | oklch(0.396 0.063 194.9) |
Copy-ready code
/* CSS */
color: #0e5151;
background-color: #0e5151;
/* Tailwind (arbitrary) */
class="text-[#0e5151] bg-[#0e5151]"
/* SCSS */
$brand: #0e5151;
/* SwiftUI */
Color(red: 0.055, green: 0.318, blue: 0.318)
/* Android */
Color.parseColor("#0e5151")Accessibility — WCAG contrast
Aa
#0e5151 on white: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e5151 on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green31.8%
Blue31.8%
CMYK percentages
Cyan82.7%
Magenta0.0%
Yellow0.0%
Key (black)68.2%
Color previews
#0e5151 text on a black background
contrast 2.31:1
Card sample
#0e5151 text on a white background
contrast 9.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e5151;
Background color
Panel with #0e5151 background
background-color: #0e5151;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e5151;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 81, 81, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 81, 81, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e5151; background: linear-gradient(135deg, #0e5151, #0E2451);