#65bceb
a light, electric blue · cool · closest name: skyblue
RGB
101, 188, 235
HSL
201°, 77%, 66%
CMYK
57, 20, 0, 8
Luminance
0.4473
Every format
| HEX | #65bceb |
| RGB | rgb(101, 188, 235) |
| HSL | hsl(201, 77%, 66%) |
| CMYK | cmyk(57%, 20%, 0%, 8%) |
| LAB | lab(72.7 -12.9 -31.3) |
| LCH | lch(72.7 33.9 247.6) |
| OKLCH | oklch(0.759 0.108 234.3) |
Copy-ready code
/* CSS */
color: #65bceb;
background-color: #65bceb;
/* Tailwind (arbitrary) */
class="text-[#65bceb] bg-[#65bceb]"
/* SCSS */
$brand: #65bceb;
/* SwiftUI */
Color(red: 0.396, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#65bceb")Accessibility — WCAG contrast
Aa
#65bceb on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65bceb on black: 9.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green73.7%
Blue92.2%
CMYK percentages
Cyan57.0%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#65bceb text on a black background
contrast 9.95:1
Card sample
#65bceb text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65bceb;
Background color
Panel with #65bceb background
background-color: #65bceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65bceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65bceb; background: linear-gradient(135deg, #65bceb, #6765EB);