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