#65dfeb
a light, electric cyan · cool · closest name: skyblue
RGB
101, 223, 235
HSL
185°, 77%, 66%
CMYK
57, 5, 0, 8
Luminance
0.6154
Every format
| HEX | #65dfeb |
| RGB | rgb(101, 223, 235) |
| HSL | hsl(185, 77%, 66%) |
| CMYK | cmyk(57%, 5%, 0%, 8%) |
| LAB | lab(82.7 -30.6 -16.2) |
| LCH | lch(82.7 34.6 207.9) |
| OKLCH | oklch(0.839 0.110 204.1) |
Copy-ready code
/* CSS */
color: #65dfeb;
background-color: #65dfeb;
/* Tailwind (arbitrary) */
class="text-[#65dfeb] bg-[#65dfeb]"
/* SCSS */
$brand: #65dfeb;
/* SwiftUI */
Color(red: 0.396, green: 0.875, blue: 0.922)
/* Android */
Color.parseColor("#65dfeb")Accessibility — WCAG contrast
Aa
#65dfeb on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65dfeb on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green87.5%
Blue92.2%
CMYK percentages
Cyan57.0%
Magenta5.1%
Yellow0.0%
Key (black)7.8%
Color previews
#65dfeb text on a black background
contrast 13.31:1
Card sample
#65dfeb text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65dfeb;
Background color
Panel with #65dfeb background
background-color: #65dfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65dfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 223, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 223, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65dfeb; background: linear-gradient(135deg, #65dfeb, #6586EB);