#54ffeb
a light, electric cyan · cool · closest name: turquoise
RGB
84, 255, 235
HSL
173°, 100%, 67%
CMYK
67, 0, 8, 0
Luminance
0.7940
Every format
| HEX | #54ffeb |
| RGB | rgb(84, 255, 235) |
| HSL | hsl(173, 100%, 67%) |
| CMYK | cmyk(67%, 0%, 8%, 0%) |
| LAB | lab(91.4 -47.8 -3.2) |
| LCH | lch(91.4 48.0 183.9) |
| OKLCH | oklch(0.908 0.141 183.8) |
Copy-ready code
/* CSS */
color: #54ffeb;
background-color: #54ffeb;
/* Tailwind (arbitrary) */
class="text-[#54ffeb] bg-[#54ffeb]"
/* SCSS */
$brand: #54ffeb;
/* SwiftUI */
Color(red: 0.329, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#54ffeb")Accessibility — WCAG contrast
Aa
#54ffeb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54ffeb on black: 16.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green100.0%
Blue92.2%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#54ffeb text on a black background
contrast 16.88:1
Card sample
#54ffeb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54ffeb;
Background color
Panel with #54ffeb background
background-color: #54ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54ffeb; background: linear-gradient(135deg, #54ffeb, #54A1FF);