#65cdda
a balanced, vivid cyan · cool · closest name: skyblue
RGB
101, 205, 218
HSL
187°, 61%, 63%
CMYK
54, 6, 0, 15
Luminance
0.5149
Every format
| HEX | #65cdda |
| RGB | rgb(101, 205, 218) |
| HSL | hsl(187, 61%, 63%) |
| CMYK | cmyk(54%, 6%, 0%, 15%) |
| LAB | lab(77.0 -26.5 -15.7) |
| LCH | lch(77.0 30.8 210.6) |
| OKLCH | oklch(0.791 0.098 206.2) |
Copy-ready code
/* CSS */
color: #65cdda;
background-color: #65cdda;
/* Tailwind (arbitrary) */
class="text-[#65cdda] bg-[#65cdda]"
/* SCSS */
$brand: #65cdda;
/* SwiftUI */
Color(red: 0.396, green: 0.804, blue: 0.855)
/* Android */
Color.parseColor("#65cdda")Accessibility — WCAG contrast
Aa
#65cdda on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65cdda on black: 11.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green80.4%
Blue85.5%
CMYK percentages
Cyan53.7%
Magenta6.0%
Yellow0.0%
Key (black)14.5%
Color previews
#65cdda text on a black background
contrast 11.30:1
Card sample
#65cdda text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65cdda;
Background color
Panel with #65cdda background
background-color: #65cdda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65cdda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 205, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 205, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65cdda; background: linear-gradient(135deg, #65cdda, #657FDA);