#54e0e0
a balanced, vivid cyan · cool · closest name: turquoise
RGB
84, 224, 224
HSL
180°, 69%, 60%
CMYK
63, 0, 0, 12
Luminance
0.6058
Every format
| HEX | #54e0e0 |
| RGB | rgb(84, 224, 224) |
| HSL | hsl(180, 69%, 60%) |
| CMYK | cmyk(63%, 0%, 0%, 12%) |
| LAB | lab(82.2 -37.0 -11.2) |
| LCH | lch(82.2 38.6 196.8) |
| OKLCH | oklch(0.832 0.119 195.1) |
Copy-ready code
/* CSS */
color: #54e0e0;
background-color: #54e0e0;
/* Tailwind (arbitrary) */
class="text-[#54e0e0] bg-[#54e0e0]"
/* SCSS */
$brand: #54e0e0;
/* SwiftUI */
Color(red: 0.329, green: 0.878, blue: 0.878)
/* Android */
Color.parseColor("#54e0e0")Accessibility — WCAG contrast
Aa
#54e0e0 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54e0e0 on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green87.8%
Blue87.8%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow0.0%
Key (black)12.2%
Color previews
#54e0e0 text on a black background
contrast 13.12:1
Card sample
#54e0e0 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54e0e0;
Background color
Panel with #54e0e0 background
background-color: #54e0e0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54e0e0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 224, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 224, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54e0e0; background: linear-gradient(135deg, #54e0e0, #5483E0);