#54ccdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
84, 204, 223
HSL
188°, 69%, 60%
CMYK
62, 9, 0, 13
Luminance
0.5040
Every format
| HEX | #54ccdf |
| RGB | rgb(84, 204, 223) |
| HSL | hsl(188, 69%, 60%) |
| CMYK | cmyk(62%, 9%, 0%, 13%) |
| LAB | lab(76.3 -27.7 -19.4) |
| LCH | lch(76.3 33.9 215.0) |
| OKLCH | oklch(0.785 0.109 209.6) |
Copy-ready code
/* CSS */
color: #54ccdf;
background-color: #54ccdf;
/* Tailwind (arbitrary) */
class="text-[#54ccdf] bg-[#54ccdf]"
/* SCSS */
$brand: #54ccdf;
/* SwiftUI */
Color(red: 0.329, green: 0.800, blue: 0.875)
/* Android */
Color.parseColor("#54ccdf")Accessibility — WCAG contrast
Aa
#54ccdf on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54ccdf on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green80.0%
Blue87.5%
CMYK percentages
Cyan62.3%
Magenta8.5%
Yellow0.0%
Key (black)12.5%
Color previews
#54ccdf text on a black background
contrast 11.08:1
Card sample
#54ccdf text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54ccdf;
Background color
Panel with #54ccdf background
background-color: #54ccdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54ccdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 204, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 204, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54ccdf; background: linear-gradient(135deg, #54ccdf, #546FDF);