#248f47
a dark, vivid green · cool · closest name: seagreen
RGB
36, 143, 71
HSL
140°, 60%, 35%
CMYK
75, 0, 50, 44
Luminance
0.2047
Every format
| HEX | #248f47 |
| RGB | rgb(36, 143, 71) |
| HSL | hsl(140, 60%, 35%) |
| CMYK | cmyk(75%, 0%, 50%, 44%) |
| LAB | lab(52.4 -46.1 29.8) |
| LCH | lch(52.4 54.9 147.1) |
| OKLCH | oklch(0.574 0.143 149.7) |
Copy-ready code
/* CSS */
color: #248f47;
background-color: #248f47;
/* Tailwind (arbitrary) */
class="text-[#248f47] bg-[#248f47]"
/* SCSS */
$brand: #248f47;
/* SwiftUI */
Color(red: 0.141, green: 0.561, blue: 0.278)
/* Android */
Color.parseColor("#248f47")Accessibility — WCAG contrast
Aa
#248f47 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#248f47 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green56.1%
Blue27.8%
CMYK percentages
Cyan74.8%
Magenta0.0%
Yellow50.3%
Key (black)43.9%
Color previews
#248f47 text on a black background
contrast 5.09:1
Card sample
#248f47 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #248f47;
Background color
Panel with #248f47 background
background-color: #248f47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #248f47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 143, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 143, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #248f47; background: linear-gradient(135deg, #248f47, #248F8E);