#54ffdf
a light, electric cyan · cool · closest name: aquamarine
RGB
84, 255, 223
HSL
169°, 100%, 67%
CMYK
67, 0, 13, 0
Luminance
0.7873
Every format
| HEX | #54ffdf |
| RGB | rgb(84, 255, 223) |
| HSL | hsl(169, 100%, 67%) |
| CMYK | cmyk(67%, 0%, 13%, 0%) |
| LAB | lab(91.1 -50.8 2.5) |
| LCH | lch(91.1 50.9 177.1) |
| OKLCH | oklch(0.905 0.146 177.7) |
Copy-ready code
/* CSS */
color: #54ffdf;
background-color: #54ffdf;
/* Tailwind (arbitrary) */
class="text-[#54ffdf] bg-[#54ffdf]"
/* SCSS */
$brand: #54ffdf;
/* SwiftUI */
Color(red: 0.329, green: 1.000, blue: 0.875)
/* Android */
Color.parseColor("#54ffdf")Accessibility — WCAG contrast
Aa
#54ffdf on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54ffdf on black: 16.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green100.0%
Blue87.5%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow12.5%
Key (black)0.0%
Color previews
#54ffdf text on a black background
contrast 16.75:1
Card sample
#54ffdf text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54ffdf;
Background color
Panel with #54ffdf background
background-color: #54ffdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54ffdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 255, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 255, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54ffdf; background: linear-gradient(135deg, #54ffdf, #54ADFF);