#5fdf9b
a balanced, vivid green · cool · closest name: aquamarine
RGB
95, 223, 155
HSL
148°, 67%, 62%
CMYK
57, 0, 31, 13
Luminance
0.5757
Every format
| HEX | #5fdf9b |
| RGB | rgb(95, 223, 155) |
| HSL | hsl(148, 67%, 62%) |
| CMYK | cmyk(57%, 0%, 31%, 13%) |
| LAB | lab(80.5 -50.8 22.9) |
| LCH | lch(80.5 55.7 155.7) |
| OKLCH | oklch(0.814 0.150 157.2) |
Copy-ready code
/* CSS */
color: #5fdf9b;
background-color: #5fdf9b;
/* Tailwind (arbitrary) */
class="text-[#5fdf9b] bg-[#5fdf9b]"
/* SCSS */
$brand: #5fdf9b;
/* SwiftUI */
Color(red: 0.373, green: 0.875, blue: 0.608)
/* Android */
Color.parseColor("#5fdf9b")Accessibility — WCAG contrast
Aa
#5fdf9b on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdf9b on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green87.5%
Blue60.8%
CMYK percentages
Cyan57.4%
Magenta0.0%
Yellow30.5%
Key (black)12.5%
Color previews
#5fdf9b text on a black background
contrast 12.51:1
Card sample
#5fdf9b text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdf9b;
Background color
Panel with #5fdf9b background
background-color: #5fdf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 223, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 223, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdf9b; background: linear-gradient(135deg, #5fdf9b, #5FCEDF);