#248353
a dark, vivid green · cool · closest name: seagreen
RGB
36, 131, 83
HSL
150°, 57%, 33%
CMYK
73, 0, 37, 49
Luminance
0.1723
Every format
| HEX | #248353 |
| RGB | rgb(36, 131, 83) |
| HSL | hsl(150, 57%, 33%) |
| CMYK | cmyk(73%, 0%, 37%, 49%) |
| LAB | lab(48.5 -39.0 18.3) |
| LCH | lch(48.5 43.1 154.9) |
| OKLCH | oklch(0.543 0.115 156.5) |
Copy-ready code
/* CSS */
color: #248353;
background-color: #248353;
/* Tailwind (arbitrary) */
class="text-[#248353] bg-[#248353]"
/* SCSS */
$brand: #248353;
/* SwiftUI */
Color(red: 0.141, green: 0.514, blue: 0.325)
/* Android */
Color.parseColor("#248353")Accessibility — WCAG contrast
Aa
#248353 on white: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#248353 on black: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green51.4%
Blue32.5%
CMYK percentages
Cyan72.5%
Magenta0.0%
Yellow36.6%
Key (black)48.6%
Color previews
#248353 text on a black background
contrast 4.45:1
Card sample
#248353 text on a white background
contrast 4.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #248353;
Background color
Panel with #248353 background
background-color: #248353;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #248353;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 131, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 131, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #248353; background: linear-gradient(135deg, #248353, #247383);