#55abcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
85, 171, 207
HSL
198°, 56%, 57%
CMYK
59, 17, 0, 19
Luminance
0.3556
Every format
| HEX | #55abcf |
| RGB | rgb(85, 171, 207) |
| HSL | hsl(198, 56%, 57%) |
| CMYK | cmyk(59%, 17%, 0%, 19%) |
| LAB | lab(66.2 -15.4 -26.1) |
| LCH | lch(66.2 30.3 239.4) |
| OKLCH | oklch(0.702 0.098 228.0) |
Copy-ready code
/* CSS */
color: #55abcf;
background-color: #55abcf;
/* Tailwind (arbitrary) */
class="text-[#55abcf] bg-[#55abcf]"
/* SCSS */
$brand: #55abcf;
/* SwiftUI */
Color(red: 0.333, green: 0.671, blue: 0.812)
/* Android */
Color.parseColor("#55abcf")Accessibility — WCAG contrast
Aa
#55abcf on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55abcf on black: 8.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green67.1%
Blue81.2%
CMYK percentages
Cyan58.9%
Magenta17.4%
Yellow0.0%
Key (black)18.8%
Color previews
#55abcf text on a black background
contrast 8.11:1
Card sample
#55abcf text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55abcf;
Background color
Panel with #55abcf background
background-color: #55abcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55abcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 171, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 171, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55abcf; background: linear-gradient(135deg, #55abcf, #555ACF);