#65cfda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
101, 207, 218
HSL
186°, 61%, 63%
CMYK
54, 5, 0, 15
Luminance
0.5245
Every format
| HEX | #65cfda |
| RGB | rgb(101, 207, 218) |
| HSL | hsl(186, 61%, 63%) |
| CMYK | cmyk(54%, 5%, 0%, 15%) |
| LAB | lab(77.5 -27.5 -14.8) |
| LCH | lch(77.5 31.2 208.3) |
| OKLCH | oklch(0.796 0.099 204.4) |
Copy-ready code
/* CSS */
color: #65cfda;
background-color: #65cfda;
/* Tailwind (arbitrary) */
class="text-[#65cfda] bg-[#65cfda]"
/* SCSS */
$brand: #65cfda;
/* SwiftUI */
Color(red: 0.396, green: 0.812, blue: 0.855)
/* Android */
Color.parseColor("#65cfda")Accessibility — WCAG contrast
Aa
#65cfda on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65cfda on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green81.2%
Blue85.5%
CMYK percentages
Cyan53.7%
Magenta5.0%
Yellow0.0%
Key (black)14.5%
Color previews
#65cfda text on a black background
contrast 11.49:1
Card sample
#65cfda text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65cfda;
Background color
Panel with #65cfda background
background-color: #65cfda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65cfda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 207, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 207, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65cfda; background: linear-gradient(135deg, #65cfda, #6581DA);