#5ffcac
a light, electric green · cool · closest name: aquamarine
RGB
95, 252, 172
HSL
149°, 96%, 68%
CMYK
62, 0, 32, 1
Luminance
0.7503
Every format
| HEX | #5ffcac |
| RGB | rgb(95, 252, 172) |
| HSL | hsl(149, 96%, 68%) |
| CMYK | cmyk(62%, 0%, 32%, 1%) |
| LAB | lab(89.4 -59.0 26.4) |
| LCH | lch(89.4 64.7 155.9) |
| OKLCH | oklch(0.888 0.174 157.4) |
Copy-ready code
/* CSS */
color: #5ffcac;
background-color: #5ffcac;
/* Tailwind (arbitrary) */
class="text-[#5ffcac] bg-[#5ffcac]"
/* SCSS */
$brand: #5ffcac;
/* SwiftUI */
Color(red: 0.373, green: 0.988, blue: 0.675)
/* Android */
Color.parseColor("#5ffcac")Accessibility — WCAG contrast
Aa
#5ffcac on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ffcac on black: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green98.8%
Blue67.5%
CMYK percentages
Cyan62.3%
Magenta0.0%
Yellow31.7%
Key (black)1.2%
Color previews
#5ffcac text on a black background
contrast 16.01:1
Card sample
#5ffcac text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ffcac;
Background color
Panel with #5ffcac background
background-color: #5ffcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ffcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 252, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 252, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ffcac; background: linear-gradient(135deg, #5ffcac, #5FE3FC);