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