#65bfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
101, 191, 223
HSL
196°, 66%, 64%
CMYK
55, 14, 0, 13
Luminance
0.4536
Every format
| HEX | #65bfdf |
| RGB | rgb(101, 191, 223) |
| HSL | hsl(196, 66%, 64%) |
| CMYK | cmyk(55%, 14%, 0%, 13%) |
| LAB | lab(73.1 -18.1 -24.2) |
| LCH | lch(73.1 30.2 233.3) |
| OKLCH | oklch(0.761 0.097 223.6) |
Copy-ready code
/* CSS */
color: #65bfdf;
background-color: #65bfdf;
/* Tailwind (arbitrary) */
class="text-[#65bfdf] bg-[#65bfdf]"
/* SCSS */
$brand: #65bfdf;
/* SwiftUI */
Color(red: 0.396, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#65bfdf")Accessibility — WCAG contrast
Aa
#65bfdf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65bfdf on black: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green74.9%
Blue87.5%
CMYK percentages
Cyan54.7%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#65bfdf text on a black background
contrast 10.07:1
Card sample
#65bfdf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65bfdf;
Background color
Panel with #65bfdf background
background-color: #65bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65bfdf; background: linear-gradient(135deg, #65bfdf, #656EDF);