#28bf7d
a balanced, vivid green · cool · closest name: seagreen
RGB
40, 191, 125
HSL
154°, 65%, 45%
CMYK
79, 0, 35, 25
Luminance
0.3919
Every format
| HEX | #28bf7d |
| RGB | rgb(40, 191, 125) |
| HSL | hsl(154, 65%, 45%) |
| CMYK | cmyk(79%, 0%, 35%, 25%) |
| LAB | lab(68.9 -53.4 22.7) |
| LCH | lch(68.9 58.0 157.0) |
| OKLCH | oklch(0.713 0.155 158.4) |
Copy-ready code
/* CSS */
color: #28bf7d;
background-color: #28bf7d;
/* Tailwind (arbitrary) */
class="text-[#28bf7d] bg-[#28bf7d]"
/* SCSS */
$brand: #28bf7d;
/* SwiftUI */
Color(red: 0.157, green: 0.749, blue: 0.490)
/* Android */
Color.parseColor("#28bf7d")Accessibility — WCAG contrast
Aa
#28bf7d on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#28bf7d on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green74.9%
Blue49.0%
CMYK percentages
Cyan79.1%
Magenta0.0%
Yellow34.6%
Key (black)25.1%
Color previews
#28bf7d text on a black background
contrast 8.84:1
Card sample
#28bf7d text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28bf7d;
Background color
Panel with #28bf7d background
background-color: #28bf7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28bf7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 191, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 191, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28bf7d; background: linear-gradient(135deg, #28bf7d, #289CBF);