#55ebff
a light, electric cyan · cool · closest name: cyan
RGB
85, 235, 255
HSL
187°, 100%, 67%
CMYK
67, 8, 0, 0
Luminance
0.6857
Every format
| HEX | #55ebff |
| RGB | rgb(85, 235, 255) |
| HSL | hsl(187, 100%, 67%) |
| CMYK | cmyk(67%, 8%, 0%, 0%) |
| LAB | lab(86.3 -33.3 -21.3) |
| LCH | lch(86.3 39.5 212.6) |
| OKLCH | oklch(0.869 0.127 207.7) |
Copy-ready code
/* CSS */
color: #55ebff;
background-color: #55ebff;
/* Tailwind (arbitrary) */
class="text-[#55ebff] bg-[#55ebff]"
/* SCSS */
$brand: #55ebff;
/* SwiftUI */
Color(red: 0.333, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#55ebff")Accessibility — WCAG contrast
Aa
#55ebff on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55ebff on black: 14.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green92.2%
Blue100.0%
CMYK percentages
Cyan66.7%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#55ebff text on a black background
contrast 14.71:1
Card sample
#55ebff text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55ebff;
Background color
Panel with #55ebff background
background-color: #55ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55ebff; background: linear-gradient(135deg, #55ebff, #557AFF);