#56fdff
a light, electric cyan · cool · closest name: cyan
RGB
86, 253, 255
HSL
181°, 100%, 67%
CMYK
66, 1, 0, 0
Luminance
0.7945
Every format
| HEX | #56fdff |
| RGB | rgb(86, 253, 255) |
| HSL | hsl(181, 100%, 67%) |
| CMYK | cmyk(66%, 1%, 0%, 0%) |
| LAB | lab(91.4 -41.4 -13.6) |
| LCH | lch(91.4 43.6 198.1) |
| OKLCH | oklch(0.911 0.135 196.2) |
Copy-ready code
/* CSS */
color: #56fdff;
background-color: #56fdff;
/* Tailwind (arbitrary) */
class="text-[#56fdff] bg-[#56fdff]"
/* SCSS */
$brand: #56fdff;
/* SwiftUI */
Color(red: 0.337, green: 0.992, blue: 1.000)
/* Android */
Color.parseColor("#56fdff")Accessibility — WCAG contrast
Aa
#56fdff on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56fdff on black: 16.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green99.2%
Blue100.0%
CMYK percentages
Cyan66.3%
Magenta0.8%
Yellow0.0%
Key (black)0.0%
Color previews
#56fdff text on a black background
contrast 16.89:1
Card sample
#56fdff text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56fdff;
Background color
Panel with #56fdff background
background-color: #56fdff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56fdff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 253, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 253, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56fdff; background: linear-gradient(135deg, #56fdff, #568CFF);