#2ca95f
a dark, vivid green · cool · closest name: seagreen
RGB
44, 169, 95
HSL
145°, 59%, 42%
CMYK
74, 0, 44, 34
Luminance
0.2974
Every format
| HEX | #2ca95f |
| RGB | rgb(44, 169, 95) |
| HSL | hsl(145, 59%, 42%) |
| CMYK | cmyk(74%, 0%, 44%, 34%) |
| LAB | lab(61.4 -50.4 28.7) |
| LCH | lch(61.4 58.0 150.3) |
| OKLCH | oklch(0.650 0.153 152.4) |
Copy-ready code
/* CSS */
color: #2ca95f;
background-color: #2ca95f;
/* Tailwind (arbitrary) */
class="text-[#2ca95f] bg-[#2ca95f]"
/* SCSS */
$brand: #2ca95f;
/* SwiftUI */
Color(red: 0.173, green: 0.663, blue: 0.373)
/* Android */
Color.parseColor("#2ca95f")Accessibility — WCAG contrast
Aa
#2ca95f on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2ca95f on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green66.3%
Blue37.3%
CMYK percentages
Cyan74.0%
Magenta0.0%
Yellow43.8%
Key (black)33.7%
Color previews
#2ca95f text on a black background
contrast 6.95:1
Card sample
#2ca95f text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ca95f;
Background color
Panel with #2ca95f background
background-color: #2ca95f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ca95f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 169, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 169, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ca95f; background: linear-gradient(135deg, #2ca95f, #2CA0A9);