#35ac84
a dark, vivid green · cool · closest name: seagreen
RGB
53, 172, 132
HSL
160°, 53%, 44%
CMYK
69, 0, 23, 33
Luminance
0.3193
Every format
| HEX | #35ac84 |
| RGB | rgb(53, 172, 132) |
| HSL | hsl(160, 53%, 44%) |
| CMYK | cmyk(69%, 0%, 23%, 33%) |
| LAB | lab(63.3 -42.5 11.2) |
| LCH | lch(63.3 43.9 165.2) |
| OKLCH | oklch(0.668 0.121 166.3) |
Copy-ready code
/* CSS */
color: #35ac84;
background-color: #35ac84;
/* Tailwind (arbitrary) */
class="text-[#35ac84] bg-[#35ac84]"
/* SCSS */
$brand: #35ac84;
/* SwiftUI */
Color(red: 0.208, green: 0.675, blue: 0.518)
/* Android */
Color.parseColor("#35ac84")Accessibility — WCAG contrast
Aa
#35ac84 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#35ac84 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.8%
Green67.5%
Blue51.8%
CMYK percentages
Cyan69.2%
Magenta0.0%
Yellow23.3%
Key (black)32.5%
Color previews
#35ac84 text on a black background
contrast 7.39:1
Card sample
#35ac84 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #35ac84;
Background color
Panel with #35ac84 background
background-color: #35ac84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #35ac84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(53, 172, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(53, 172, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #35ac84; background: linear-gradient(135deg, #35ac84, #3585AC);