#0e3d30
a deep, vivid cyan · cool · closest name: darkslategray
RGB
14, 61, 48
HSL
163°, 63%, 15%
CMYK
77, 0, 21, 76
Luminance
0.0364
Every format
| HEX | #0e3d30 |
| RGB | rgb(14, 61, 48) |
| HSL | hsl(163, 63%, 15%) |
| CMYK | cmyk(77%, 0%, 21%, 76%) |
| LAB | lab(22.5 -19.4 3.5) |
| LCH | lch(22.5 19.7 169.8) |
| OKLCH | oklch(0.325 0.055 170.7) |
Copy-ready code
/* CSS */
color: #0e3d30;
background-color: #0e3d30;
/* Tailwind (arbitrary) */
class="text-[#0e3d30] bg-[#0e3d30]"
/* SCSS */
$brand: #0e3d30;
/* SwiftUI */
Color(red: 0.055, green: 0.239, blue: 0.188)
/* Android */
Color.parseColor("#0e3d30")Accessibility — WCAG contrast
Aa
#0e3d30 on white: 12.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e3d30 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green23.9%
Blue18.8%
CMYK percentages
Cyan77.0%
Magenta0.0%
Yellow21.3%
Key (black)76.1%
Color previews
#0e3d30 text on a black background
contrast 1.73:1
Card sample
#0e3d30 text on a white background
contrast 12.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e3d30;
Background color
Panel with #0e3d30 background
background-color: #0e3d30;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e3d30;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 61, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 61, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e3d30; background: linear-gradient(135deg, #0e3d30, #0E2B3D);