#65dbeb
a light, electric cyan · cool · closest name: skyblue
RGB
101, 219, 235
HSL
187°, 77%, 66%
CMYK
57, 7, 0, 8
Luminance
0.5943
Every format
| HEX | #65dbeb |
| RGB | rgb(101, 219, 235) |
| HSL | hsl(187, 77%, 66%) |
| CMYK | cmyk(57%, 7%, 0%, 8%) |
| LAB | lab(81.5 -28.7 -17.9) |
| LCH | lch(81.5 33.8 212.0) |
| OKLCH | oklch(0.830 0.108 207.3) |
Copy-ready code
/* CSS */
color: #65dbeb;
background-color: #65dbeb;
/* Tailwind (arbitrary) */
class="text-[#65dbeb] bg-[#65dbeb]"
/* SCSS */
$brand: #65dbeb;
/* SwiftUI */
Color(red: 0.396, green: 0.859, blue: 0.922)
/* Android */
Color.parseColor("#65dbeb")Accessibility — WCAG contrast
Aa
#65dbeb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65dbeb on black: 12.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green85.9%
Blue92.2%
CMYK percentages
Cyan57.0%
Magenta6.8%
Yellow0.0%
Key (black)7.8%
Color previews
#65dbeb text on a black background
contrast 12.89:1
Card sample
#65dbeb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65dbeb;
Background color
Panel with #65dbeb background
background-color: #65dbeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65dbeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 219, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 219, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65dbeb; background: linear-gradient(135deg, #65dbeb, #6582EB);