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