#54cfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
84, 207, 223
HSL
187°, 69%, 60%
CMYK
62, 7, 0, 13
Luminance
0.5184
Every format
| HEX | #54cfdf |
| RGB | rgb(84, 207, 223) |
| HSL | hsl(187, 69%, 60%) |
| CMYK | cmyk(62%, 7%, 0%, 13%) |
| LAB | lab(77.2 -29.2 -18.1) |
| LCH | lch(77.2 34.4 211.8) |
| OKLCH | oklch(0.792 0.110 207.1) |
Copy-ready code
/* CSS */
color: #54cfdf;
background-color: #54cfdf;
/* Tailwind (arbitrary) */
class="text-[#54cfdf] bg-[#54cfdf]"
/* SCSS */
$brand: #54cfdf;
/* SwiftUI */
Color(red: 0.329, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#54cfdf")Accessibility — WCAG contrast
Aa
#54cfdf on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#54cfdf on black: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green81.2%
Blue87.5%
CMYK percentages
Cyan62.3%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#54cfdf text on a black background
contrast 11.37:1
Card sample
#54cfdf text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54cfdf;
Background color
Panel with #54cfdf background
background-color: #54cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54cfdf; background: linear-gradient(135deg, #54cfdf, #5472DF);