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