#5ffdbb
a light, electric green · cool · closest name: aquamarine
RGB
95, 253, 187
HSL
155°, 98%, 68%
CMYK
63, 0, 26, 1
Luminance
0.7627
Every format
| HEX | #5ffdbb |
| RGB | rgb(95, 253, 187) |
| HSL | hsl(155, 98%, 68%) |
| CMYK | cmyk(63%, 0%, 26%, 1%) |
| LAB | lab(90.0 -56.4 19.5) |
| LCH | lch(90.0 59.7 160.9) |
| OKLCH | oklch(0.894 0.163 162.2) |
Copy-ready code
/* CSS */
color: #5ffdbb;
background-color: #5ffdbb;
/* Tailwind (arbitrary) */
class="text-[#5ffdbb] bg-[#5ffdbb]"
/* SCSS */
$brand: #5ffdbb;
/* SwiftUI */
Color(red: 0.373, green: 0.992, blue: 0.733)
/* Android */
Color.parseColor("#5ffdbb")Accessibility — WCAG contrast
Aa
#5ffdbb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ffdbb on black: 16.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green99.2%
Blue73.3%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow26.1%
Key (black)0.8%
Color previews
#5ffdbb text on a black background
contrast 16.25:1
Card sample
#5ffdbb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ffdbb;
Background color
Panel with #5ffdbb background
background-color: #5ffdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ffdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 253, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 253, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ffdbb; background: linear-gradient(135deg, #5ffdbb, #5FD6FD);