#2dbf8d
a balanced, vivid green · cool · closest name: seagreen
RGB
45, 191, 141
HSL
160°, 62%, 46%
CMYK
76, 0, 26, 25
Luminance
0.3974
Every format
| HEX | #2dbf8d |
| RGB | rgb(45, 191, 141) |
| HSL | hsl(160, 62%, 46%) |
| CMYK | cmyk(76%, 0%, 26%, 25%) |
| LAB | lab(69.3 -49.3 14.7) |
| LCH | lch(69.3 51.5 163.4) |
| OKLCH | oklch(0.718 0.141 164.6) |
Copy-ready code
/* CSS */
color: #2dbf8d;
background-color: #2dbf8d;
/* Tailwind (arbitrary) */
class="text-[#2dbf8d] bg-[#2dbf8d]"
/* SCSS */
$brand: #2dbf8d;
/* SwiftUI */
Color(red: 0.176, green: 0.749, blue: 0.553)
/* Android */
Color.parseColor("#2dbf8d")Accessibility — WCAG contrast
Aa
#2dbf8d on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dbf8d on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green74.9%
Blue55.3%
CMYK percentages
Cyan76.4%
Magenta0.0%
Yellow26.2%
Key (black)25.1%
Color previews
#2dbf8d text on a black background
contrast 8.95:1
Card sample
#2dbf8d text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dbf8d;
Background color
Panel with #2dbf8d background
background-color: #2dbf8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dbf8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 191, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 191, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dbf8d; background: linear-gradient(135deg, #2dbf8d, #2D90BF);