#5fdba9
a balanced, vivid green · cool · closest name: aquamarine
RGB
95, 219, 169
HSL
156°, 63%, 62%
CMYK
57, 0, 23, 14
Luminance
0.5596
Every format
| HEX | #5fdba9 |
| RGB | rgb(95, 219, 169) |
| HSL | hsl(156, 63%, 62%) |
| CMYK | cmyk(57%, 0%, 23%, 14%) |
| LAB | lab(79.6 -46.3 14.3) |
| LCH | lch(79.6 48.4 162.8) |
| OKLCH | oklch(0.808 0.133 164.0) |
Copy-ready code
/* CSS */
color: #5fdba9;
background-color: #5fdba9;
/* Tailwind (arbitrary) */
class="text-[#5fdba9] bg-[#5fdba9]"
/* SCSS */
$brand: #5fdba9;
/* SwiftUI */
Color(red: 0.373, green: 0.859, blue: 0.663)
/* Android */
Color.parseColor("#5fdba9")Accessibility — WCAG contrast
Aa
#5fdba9 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdba9 on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green85.9%
Blue66.3%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow22.8%
Key (black)14.1%
Color previews
#5fdba9 text on a black background
contrast 12.19:1
Card sample
#5fdba9 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdba9;
Background color
Panel with #5fdba9 background
background-color: #5fdba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 219, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 219, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdba9; background: linear-gradient(135deg, #5fdba9, #5FBADB);