#56fcfd
a light, electric cyan · cool · closest name: cyan
RGB
86, 252, 253
HSL
180°, 98%, 67%
CMYK
66, 0, 0, 1
Luminance
0.7869
Every format
| HEX | #56fcfd |
| RGB | rgb(86, 252, 253) |
| HSL | hsl(180, 98%, 67%) |
| CMYK | cmyk(66%, 0%, 0%, 1%) |
| LAB | lab(91.1 -41.5 -13.0) |
| LCH | lch(91.1 43.5 197.4) |
| OKLCH | oklch(0.908 0.134 195.6) |
Copy-ready code
/* CSS */
color: #56fcfd;
background-color: #56fcfd;
/* Tailwind (arbitrary) */
class="text-[#56fcfd] bg-[#56fcfd]"
/* SCSS */
$brand: #56fcfd;
/* SwiftUI */
Color(red: 0.337, green: 0.988, blue: 0.992)
/* Android */
Color.parseColor("#56fcfd")Accessibility — WCAG contrast
Aa
#56fcfd on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#56fcfd on black: 16.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green98.8%
Blue99.2%
CMYK percentages
Cyan66.0%
Magenta0.4%
Yellow0.0%
Key (black)0.8%
Color previews
#56fcfd text on a black background
contrast 16.74:1
Card sample
#56fcfd text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #56fcfd;
Background color
Panel with #56fcfd background
background-color: #56fcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #56fcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 252, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 252, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #56fcfd; background: linear-gradient(135deg, #56fcfd, #568DFD);