#28bf55
a balanced, vivid green · cool · closest name: forestgreen
RGB
40, 191, 85
HSL
138°, 65%, 45%
CMYK
79, 0, 56, 25
Luminance
0.3837
Every format
| HEX | #28bf55 |
| RGB | rgb(40, 191, 85) |
| HSL | hsl(138, 65%, 45%) |
| CMYK | cmyk(79%, 0%, 56%, 25%) |
| LAB | lab(68.3 -60.4 42.3) |
| LCH | lch(68.3 73.7 145.0) |
| OKLCH | oklch(0.707 0.191 148.1) |
Copy-ready code
/* CSS */
color: #28bf55;
background-color: #28bf55;
/* Tailwind (arbitrary) */
class="text-[#28bf55] bg-[#28bf55]"
/* SCSS */
$brand: #28bf55;
/* SwiftUI */
Color(red: 0.157, green: 0.749, blue: 0.333)
/* Android */
Color.parseColor("#28bf55")Accessibility — WCAG contrast
Aa
#28bf55 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#28bf55 on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green74.9%
Blue33.3%
CMYK percentages
Cyan79.1%
Magenta0.0%
Yellow55.5%
Key (black)25.1%
Color previews
#28bf55 text on a black background
contrast 8.67:1
Card sample
#28bf55 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28bf55;
Background color
Panel with #28bf55 background
background-color: #28bf55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28bf55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 191, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 191, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28bf55; background: linear-gradient(135deg, #28bf55, #28BFBA);