#56fff9
a light, electric cyan · cool · closest name: cyan
RGB
86, 255, 249
HSL
178°, 100%, 67%
CMYK
66, 0, 2, 0
Luminance
0.8034
Every format
| HEX | #56fff9 |
| RGB | rgb(86, 255, 249) |
| HSL | hsl(178, 100%, 67%) |
| CMYK | cmyk(66%, 0%, 2%, 0%) |
| LAB | lab(91.8 -43.9 -9.8) |
| LCH | lch(91.8 45.0 192.6) |
| OKLCH | oklch(0.913 0.137 191.6) |
Copy-ready code
/* CSS */
color: #56fff9;
background-color: #56fff9;
/* Tailwind (arbitrary) */
class="text-[#56fff9] bg-[#56fff9]"
/* SCSS */
$brand: #56fff9;
/* SwiftUI */
Color(red: 0.337, green: 1.000, blue: 0.976)
/* Android */
Color.parseColor("#56fff9")Accessibility — WCAG contrast
Aa
#56fff9 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56fff9 on black: 17.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green100.0%
Blue97.6%
CMYK percentages
Cyan66.3%
Magenta0.0%
Yellow2.4%
Key (black)0.0%
Color previews
#56fff9 text on a black background
contrast 17.07:1
Card sample
#56fff9 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56fff9;
Background color
Panel with #56fff9 background
background-color: #56fff9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56fff9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 255, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 255, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56fff9; background: linear-gradient(135deg, #56fff9, #5694FF);