#0f541f
a deep, vivid green · cool · closest name: seagreen
RGB
15, 84, 31
HSL
134°, 70%, 19%
CMYK
82, 0, 63, 67
Luminance
0.0654
Every format
| HEX | #0f541f |
| RGB | rgb(15, 84, 31) |
| HSL | hsl(134, 70%, 19%) |
| CMYK | cmyk(82%, 0%, 63%, 67%) |
| LAB | lab(30.7 -33.3 24.8) |
| LCH | lch(30.7 41.5 143.4) |
| OKLCH | oklch(0.392 0.107 146.8) |
Copy-ready code
/* CSS */
color: #0f541f;
background-color: #0f541f;
/* Tailwind (arbitrary) */
class="text-[#0f541f] bg-[#0f541f]"
/* SCSS */
$brand: #0f541f;
/* SwiftUI */
Color(red: 0.059, green: 0.329, blue: 0.122)
/* Android */
Color.parseColor("#0f541f")Accessibility — WCAG contrast
Aa
#0f541f on white: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#0f541f on black: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.9%
Green32.9%
Blue12.2%
CMYK percentages
Cyan82.1%
Magenta0.0%
Yellow63.1%
Key (black)67.1%
Color previews
#0f541f text on a black background
contrast 2.31:1
Card sample
#0f541f text on a white background
contrast 9.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0f541f;
Background color
Panel with #0f541f background
background-color: #0f541f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0f541f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(15, 84, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(15, 84, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0f541f; background: linear-gradient(135deg, #0f541f, #0F544D);