#2daf4b
a dark, vivid green · cool · closest name: forestgreen
RGB
45, 175, 75
HSL
134°, 59%, 43%
CMYK
74, 0, 57, 31
Luminance
0.3173
Every format
| HEX | #2daf4b |
| RGB | rgb(45, 175, 75) |
| HSL | hsl(134, 59%, 43%) |
| CMYK | cmyk(74%, 0%, 57%, 31%) |
| LAB | lab(63.1 -55.6 40.9) |
| LCH | lch(63.1 69.0 143.6) |
| OKLCH | oklch(0.663 0.179 147.0) |
Copy-ready code
/* CSS */
color: #2daf4b;
background-color: #2daf4b;
/* Tailwind (arbitrary) */
class="text-[#2daf4b] bg-[#2daf4b]"
/* SCSS */
$brand: #2daf4b;
/* SwiftUI */
Color(red: 0.176, green: 0.686, blue: 0.294)
/* Android */
Color.parseColor("#2daf4b")Accessibility — WCAG contrast
Aa
#2daf4b on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2daf4b on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green68.6%
Blue29.4%
CMYK percentages
Cyan74.3%
Magenta0.0%
Yellow57.1%
Key (black)31.4%
Color previews
#2daf4b text on a black background
contrast 7.35:1
Card sample
#2daf4b text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2daf4b;
Background color
Panel with #2daf4b background
background-color: #2daf4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2daf4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 175, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 175, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2daf4b; background: linear-gradient(135deg, #2daf4b, #2DAFA1);