#0f5b2c
a deep, vivid green · cool · closest name: seagreen
RGB
15, 91, 44
HSL
143°, 72%, 21%
CMYK
84, 0, 52, 64
Luminance
0.0777
Every format
| HEX | #0f5b2c |
| RGB | rgb(15, 91, 44) |
| HSL | hsl(143, 72%, 21%) |
| CMYK | cmyk(84%, 0%, 52%, 64%) |
| LAB | lab(33.5 -33.9 20.8) |
| LCH | lch(33.5 39.8 148.4) |
| OKLCH | oklch(0.415 0.104 150.8) |
Copy-ready code
/* CSS */
color: #0f5b2c;
background-color: #0f5b2c;
/* Tailwind (arbitrary) */
class="text-[#0f5b2c] bg-[#0f5b2c]"
/* SCSS */
$brand: #0f5b2c;
/* SwiftUI */
Color(red: 0.059, green: 0.357, blue: 0.173)
/* Android */
Color.parseColor("#0f5b2c")Accessibility — WCAG contrast
Aa
#0f5b2c on white: 8.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f5b2c on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green35.7%
Blue17.3%
CMYK percentages
Cyan83.5%
Magenta0.0%
Yellow51.6%
Key (black)64.3%
Color previews
#0f5b2c text on a black background
contrast 2.55:1
Card sample
#0f5b2c text on a white background
contrast 8.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f5b2c;
Background color
Panel with #0f5b2c background
background-color: #0f5b2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f5b2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 91, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 91, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f5b2c; background: linear-gradient(135deg, #0f5b2c, #0F575B);