#65afdf
a balanced, vivid blue · cool · closest name: skyblue
RGB
101, 175, 223
HSL
204°, 66%, 64%
CMYK
55, 22, 0, 13
Luminance
0.3875
Every format
| HEX | #65afdf |
| RGB | rgb(101, 175, 223) |
| HSL | hsl(204, 66%, 64%) |
| CMYK | cmyk(55%, 22%, 0%, 13%) |
| LAB | lab(68.6 -9.6 -31.2) |
| LCH | lch(68.6 32.6 253.0) |
| OKLCH | oklch(0.725 0.102 238.8) |
Copy-ready code
/* CSS */
color: #65afdf;
background-color: #65afdf;
/* Tailwind (arbitrary) */
class="text-[#65afdf] bg-[#65afdf]"
/* SCSS */
$brand: #65afdf;
/* SwiftUI */
Color(red: 0.396, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#65afdf")Accessibility — WCAG contrast
Aa
#65afdf on white: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#65afdf on black: 8.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green68.6%
Blue87.5%
CMYK percentages
Cyan54.7%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#65afdf text on a black background
contrast 8.75:1
Card sample
#65afdf text on a white background
contrast 2.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #65afdf;
Background color
Panel with #65afdf background
background-color: #65afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #65afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #65afdf; background: linear-gradient(135deg, #65afdf, #6C65DF);