#54fffe
a light, electric cyan · cool · closest name: cyan
RGB
84, 255, 254
HSL
180°, 100%, 67%
CMYK
67, 0, 0, 0
Luminance
0.8056
Every format
| HEX | #54fffe |
| RGB | rgb(84, 255, 254) |
| HSL | hsl(180, 100%, 67%) |
| CMYK | cmyk(67%, 0%, 0%, 0%) |
| LAB | lab(91.9 -42.9 -12.3) |
| LCH | lch(91.9 44.6 196.0) |
| OKLCH | oklch(0.914 0.137 194.5) |
Copy-ready code
/* CSS */
color: #54fffe;
background-color: #54fffe;
/* Tailwind (arbitrary) */
class="text-[#54fffe] bg-[#54fffe]"
/* SCSS */
$brand: #54fffe;
/* SwiftUI */
Color(red: 0.329, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#54fffe")Accessibility — WCAG contrast
Aa
#54fffe on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54fffe on black: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green100.0%
Blue99.6%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#54fffe text on a black background
contrast 17.11:1
Card sample
#54fffe text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54fffe;
Background color
Panel with #54fffe background
background-color: #54fffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54fffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54fffe; background: linear-gradient(135deg, #54fffe, #548EFF);