#5cfdbf
a light, electric green · cool · closest name: aquamarine
RGB
92, 253, 191
HSL
157°, 98%, 68%
CMYK
64, 0, 25, 1
Luminance
0.7629
Every format
| HEX | #5cfdbf |
| RGB | rgb(92, 253, 191) |
| HSL | hsl(157, 98%, 68%) |
| CMYK | cmyk(64%, 0%, 25%, 1%) |
| LAB | lab(90.0 -56.1 17.5) |
| LCH | lch(90.0 58.8 162.7) |
| OKLCH | oklch(0.894 0.161 163.9) |
Copy-ready code
/* CSS */
color: #5cfdbf;
background-color: #5cfdbf;
/* Tailwind (arbitrary) */
class="text-[#5cfdbf] bg-[#5cfdbf]"
/* SCSS */
$brand: #5cfdbf;
/* SwiftUI */
Color(red: 0.361, green: 0.992, blue: 0.749)
/* Android */
Color.parseColor("#5cfdbf")Accessibility — WCAG contrast
Aa
#5cfdbf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cfdbf on black: 16.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green99.2%
Blue74.9%
CMYK percentages
Cyan63.6%
Magenta0.0%
Yellow24.5%
Key (black)0.8%
Color previews
#5cfdbf text on a black background
contrast 16.26:1
Card sample
#5cfdbf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cfdbf;
Background color
Panel with #5cfdbf background
background-color: #5cfdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cfdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 253, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 253, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cfdbf; background: linear-gradient(135deg, #5cfdbf, #5CD0FD);