#40ccfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
64, 204, 253
HSL
196°, 98%, 62%
CMYK
75, 19, 0, 1
Luminance
0.5137
Every format
| HEX | #40ccfd |
| RGB | rgb(64, 204, 253) |
| HSL | hsl(196, 98%, 62%) |
| CMYK | cmyk(75%, 19%, 0%, 1%) |
| LAB | lab(76.9 -21.3 -34.6) |
| LCH | lch(76.9 40.7 238.4) |
| OKLCH | oklch(0.792 0.135 226.3) |
Copy-ready code
/* CSS */
color: #40ccfd;
background-color: #40ccfd;
/* Tailwind (arbitrary) */
class="text-[#40ccfd] bg-[#40ccfd]"
/* SCSS */
$brand: #40ccfd;
/* SwiftUI */
Color(red: 0.251, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#40ccfd")Accessibility — WCAG contrast
Aa
#40ccfd on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40ccfd on black: 11.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green80.0%
Blue99.2%
CMYK percentages
Cyan74.7%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#40ccfd text on a black background
contrast 11.27:1
Card sample
#40ccfd text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40ccfd;
Background color
Panel with #40ccfd background
background-color: #40ccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40ccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40ccfd; background: linear-gradient(135deg, #40ccfd, #404EFD);