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