#0e552b
a deep, vivid green · cool · closest name: seagreen
RGB
14, 85, 43
HSL
145°, 72%, 19%
CMYK
84, 0, 49, 67
Luminance
0.0676
Every format
| HEX | #0e552b |
| RGB | rgb(14, 85, 43) |
| HSL | hsl(145, 72%, 19%) |
| CMYK | cmyk(84%, 0%, 49%, 67%) |
| LAB | lab(31.3 -31.8 18.6) |
| LCH | lch(31.3 36.8 149.7) |
| OKLCH | oklch(0.397 0.097 151.9) |
Copy-ready code
/* CSS */
color: #0e552b;
background-color: #0e552b;
/* Tailwind (arbitrary) */
class="text-[#0e552b] bg-[#0e552b]"
/* SCSS */
$brand: #0e552b;
/* SwiftUI */
Color(red: 0.055, green: 0.333, blue: 0.169)
/* Android */
Color.parseColor("#0e552b")Accessibility — WCAG contrast
Aa
#0e552b on white: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0e552b on black: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green33.3%
Blue16.9%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow49.4%
Key (black)66.7%
Color previews
#0e552b text on a black background
contrast 2.35:1
Card sample
#0e552b text on a white background
contrast 8.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e552b;
Background color
Panel with #0e552b background
background-color: #0e552b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e552b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 85, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 85, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e552b; background: linear-gradient(135deg, #0e552b, #0E5055);