#5fdbb3
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
95, 219, 179
HSL
161°, 63%, 62%
CMYK
57, 0, 18, 14
Luminance
0.5635
Every format
| HEX | #5fdbb3 |
| RGB | rgb(95, 219, 179) |
| HSL | hsl(161, 63%, 62%) |
| CMYK | cmyk(57%, 0%, 18%, 14%) |
| LAB | lab(79.8 -44.0 9.4) |
| LCH | lch(79.8 45.0 168.0) |
| OKLCH | oklch(0.810 0.126 169.0) |
Copy-ready code
/* CSS */
color: #5fdbb3;
background-color: #5fdbb3;
/* Tailwind (arbitrary) */
class="text-[#5fdbb3] bg-[#5fdbb3]"
/* SCSS */
$brand: #5fdbb3;
/* SwiftUI */
Color(red: 0.373, green: 0.859, blue: 0.702)
/* Android */
Color.parseColor("#5fdbb3")Accessibility — WCAG contrast
Aa
#5fdbb3 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdbb3 on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green85.9%
Blue70.2%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow18.3%
Key (black)14.1%
Color previews
#5fdbb3 text on a black background
contrast 12.27:1
Card sample
#5fdbb3 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdbb3;
Background color
Panel with #5fdbb3 background
background-color: #5fdbb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdbb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 219, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 219, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdbb3; background: linear-gradient(135deg, #5fdbb3, #5FB1DB);