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