#40ebfd
a balanced, electric cyan · cool · closest name: cyan
RGB
64, 235, 253
HSL
186°, 98%, 62%
CMYK
75, 7, 0, 1
Luminance
0.6760
Every format
| HEX | #40ebfd |
| RGB | rgb(64, 235, 253) |
| HSL | hsl(186, 98%, 62%) |
| CMYK | cmyk(75%, 7%, 0%, 1%) |
| LAB | lab(85.8 -36.4 -21.0) |
| LCH | lch(85.8 42.0 210.0) |
| OKLCH | oklch(0.864 0.135 205.7) |
Copy-ready code
/* CSS */
color: #40ebfd;
background-color: #40ebfd;
/* Tailwind (arbitrary) */
class="text-[#40ebfd] bg-[#40ebfd]"
/* SCSS */
$brand: #40ebfd;
/* SwiftUI */
Color(red: 0.251, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#40ebfd")Accessibility — WCAG contrast
Aa
#40ebfd on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40ebfd on black: 14.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green92.2%
Blue99.2%
CMYK percentages
Cyan74.7%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#40ebfd text on a black background
contrast 14.52:1
Card sample
#40ebfd text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40ebfd;
Background color
Panel with #40ebfd background
background-color: #40ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40ebfd; background: linear-gradient(135deg, #40ebfd, #406DFD);