#65cffc
a light, electric cyan · cool · closest name: skyblue
RGB
101, 207, 252
HSL
198°, 96%, 69%
CMYK
60, 18, 0, 1
Luminance
0.5442
Every format
| HEX | #65cffc |
| RGB | rgb(101, 207, 252) |
| HSL | hsl(198, 96%, 69%) |
| CMYK | cmyk(60%, 18%, 0%, 1%) |
| LAB | lab(78.7 -17.8 -31.3) |
| LCH | lch(78.7 36.0 240.3) |
| OKLCH | oklch(0.809 0.116 228.5) |
Copy-ready code
/* CSS */
color: #65cffc;
background-color: #65cffc;
/* Tailwind (arbitrary) */
class="text-[#65cffc] bg-[#65cffc]"
/* SCSS */
$brand: #65cffc;
/* SwiftUI */
Color(red: 0.396, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#65cffc")Accessibility — WCAG contrast
Aa
#65cffc on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65cffc on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green81.2%
Blue98.8%
CMYK percentages
Cyan59.9%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#65cffc text on a black background
contrast 11.88:1
Card sample
#65cffc text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65cffc;
Background color
Panel with #65cffc background
background-color: #65cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65cffc; background: linear-gradient(135deg, #65cffc, #656AFC);