#5fdda4
a balanced, vivid green · cool · closest name: aquamarine
RGB
95, 221, 164
HSL
153°, 65%, 62%
CMYK
57, 0, 26, 13
Luminance
0.5683
Every format
| HEX | #5fdda4 |
| RGB | rgb(95, 221, 164) |
| HSL | hsl(153, 65%, 62%) |
| CMYK | cmyk(57%, 0%, 26%, 13%) |
| LAB | lab(80.1 -48.2 17.7) |
| LCH | lch(80.1 51.3 159.9) |
| OKLCH | oklch(0.811 0.140 161.2) |
Copy-ready code
/* CSS */
color: #5fdda4;
background-color: #5fdda4;
/* Tailwind (arbitrary) */
class="text-[#5fdda4] bg-[#5fdda4]"
/* SCSS */
$brand: #5fdda4;
/* SwiftUI */
Color(red: 0.373, green: 0.867, blue: 0.643)
/* Android */
Color.parseColor("#5fdda4")Accessibility — WCAG contrast
Aa
#5fdda4 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdda4 on black: 12.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green86.7%
Blue64.3%
CMYK percentages
Cyan57.0%
Magenta0.0%
Yellow25.8%
Key (black)13.3%
Color previews
#5fdda4 text on a black background
contrast 12.37:1
Card sample
#5fdda4 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdda4;
Background color
Panel with #5fdda4 background
background-color: #5fdda4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdda4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 221, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 221, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdda4; background: linear-gradient(135deg, #5fdda4, #5FC2DD);