#64ebfd
a light, electric cyan · cool · closest name: cyan
RGB
100, 235, 253
HSL
187°, 98%, 69%
CMYK
61, 7, 0, 1
Luminance
0.6922
Every format
| HEX | #64ebfd |
| RGB | rgb(100, 235, 253) |
| HSL | hsl(187, 98%, 69%) |
| CMYK | cmyk(61%, 7%, 0%, 1%) |
| LAB | lab(86.6 -31.6 -19.7) |
| LCH | lch(86.6 37.2 212.0) |
| OKLCH | oklch(0.872 0.119 207.3) |
Copy-ready code
/* CSS */
color: #64ebfd;
background-color: #64ebfd;
/* Tailwind (arbitrary) */
class="text-[#64ebfd] bg-[#64ebfd]"
/* SCSS */
$brand: #64ebfd;
/* SwiftUI */
Color(red: 0.392, green: 0.922, blue: 0.992)
/* Android */
Color.parseColor("#64ebfd")Accessibility — WCAG contrast
Aa
#64ebfd on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#64ebfd on black: 14.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.2%
Green92.2%
Blue99.2%
CMYK percentages
Cyan60.5%
Magenta7.1%
Yellow0.0%
Key (black)0.8%
Color previews
#64ebfd text on a black background
contrast 14.84:1
Card sample
#64ebfd text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #64ebfd;
Background color
Panel with #64ebfd background
background-color: #64ebfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #64ebfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(100, 235, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(100, 235, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #64ebfd; background: linear-gradient(135deg, #64ebfd, #6485FD);