#2dcf7f
a balanced, vivid green · cool · closest name: aquamarine
RGB
45, 207, 127
HSL
150°, 64%, 49%
CMYK
78, 0, 39, 19
Luminance
0.4672
Every format
| HEX | #2dcf7f |
| RGB | rgb(45, 207, 127) |
| HSL | hsl(150, 64%, 49%) |
| CMYK | cmyk(78%, 0%, 39%, 19%) |
| LAB | lab(74.0 -58.4 28.5) |
| LCH | lch(74.0 65.0 154.0) |
| OKLCH | oklch(0.756 0.173 155.7) |
Copy-ready code
/* CSS */
color: #2dcf7f;
background-color: #2dcf7f;
/* Tailwind (arbitrary) */
class="text-[#2dcf7f] bg-[#2dcf7f]"
/* SCSS */
$brand: #2dcf7f;
/* SwiftUI */
Color(red: 0.176, green: 0.812, blue: 0.498)
/* Android */
Color.parseColor("#2dcf7f")Accessibility — WCAG contrast
Aa
#2dcf7f on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2dcf7f on black: 10.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.6%
Green81.2%
Blue49.8%
CMYK percentages
Cyan78.3%
Magenta0.0%
Yellow38.6%
Key (black)18.8%
Color previews
#2dcf7f text on a black background
contrast 10.34:1
Card sample
#2dcf7f text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2dcf7f;
Background color
Panel with #2dcf7f background
background-color: #2dcf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2dcf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(45, 207, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(45, 207, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2dcf7f; background: linear-gradient(135deg, #2dcf7f, #2DB3CF);