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