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