#2cc07f
a balanced, vivid green · cool · closest name: seagreen
RGB
44, 192, 127
HSL
154°, 63%, 46%
CMYK
77, 0, 34, 25
Luminance
0.3977
Every format
| HEX | #2cc07f |
| RGB | rgb(44, 192, 127) |
| HSL | hsl(154, 63%, 46%) |
| CMYK | cmyk(77%, 0%, 34%, 25%) |
| LAB | lab(69.3 -52.9 22.2) |
| LCH | lch(69.3 57.4 157.2) |
| OKLCH | oklch(0.717 0.154 158.7) |
Copy-ready code
/* CSS */
color: #2cc07f;
background-color: #2cc07f;
/* Tailwind (arbitrary) */
class="text-[#2cc07f] bg-[#2cc07f]"
/* SCSS */
$brand: #2cc07f;
/* SwiftUI */
Color(red: 0.173, green: 0.753, blue: 0.498)
/* Android */
Color.parseColor("#2cc07f")Accessibility — WCAG contrast
Aa
#2cc07f on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2cc07f on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red17.3%
Green75.3%
Blue49.8%
CMYK percentages
Cyan77.1%
Magenta0.0%
Yellow33.9%
Key (black)24.7%
Color previews
#2cc07f text on a black background
contrast 8.95:1
Card sample
#2cc07f text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2cc07f;
Background color
Panel with #2cc07f background
background-color: #2cc07f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2cc07f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(44, 192, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(44, 192, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2cc07f; background: linear-gradient(135deg, #2cc07f, #2C9FC0);