#65fcff
a light, electric cyan · cool · closest name: cyan
RGB
101, 252, 255
HSL
181°, 100%, 70%
CMYK
60, 1, 0, 0
Luminance
0.7961
Every format
| HEX | #65fcff |
| RGB | rgb(101, 252, 255) |
| HSL | hsl(181, 100%, 70%) |
| CMYK | cmyk(60%, 1%, 0%, 0%) |
| LAB | lab(91.5 -38.8 -13.4) |
| LCH | lch(91.5 41.0 199.1) |
| OKLCH | oklch(0.912 0.127 197.0) |
Copy-ready code
/* CSS */
color: #65fcff;
background-color: #65fcff;
/* Tailwind (arbitrary) */
class="text-[#65fcff] bg-[#65fcff]"
/* SCSS */
$brand: #65fcff;
/* SwiftUI */
Color(red: 0.396, green: 0.988, blue: 1.000)
/* Android */
Color.parseColor("#65fcff")Accessibility — WCAG contrast
Aa
#65fcff on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65fcff on black: 16.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green98.8%
Blue100.0%
CMYK percentages
Cyan60.4%
Magenta1.2%
Yellow0.0%
Key (black)0.0%
Color previews
#65fcff text on a black background
contrast 16.92:1
Card sample
#65fcff text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65fcff;
Background color
Panel with #65fcff background
background-color: #65fcff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65fcff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 252, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 252, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65fcff; background: linear-gradient(135deg, #65fcff, #6595FF);