#63afdc
a balanced, vivid blue · cool · closest name: skyblue
RGB
99, 175, 220
HSL
202°, 63%, 63%
CMYK
55, 21, 0, 14
Luminance
0.3848
Every format
| HEX | #63afdc |
| RGB | rgb(99, 175, 220) |
| HSL | hsl(202, 63%, 63%) |
| CMYK | cmyk(55%, 21%, 0%, 14%) |
| LAB | lab(68.4 -10.9 -29.9) |
| LCH | lch(68.4 31.8 250.0) |
| OKLCH | oklch(0.723 0.100 236.4) |
Copy-ready code
/* CSS */
color: #63afdc;
background-color: #63afdc;
/* Tailwind (arbitrary) */
class="text-[#63afdc] bg-[#63afdc]"
/* SCSS */
$brand: #63afdc;
/* SwiftUI */
Color(red: 0.388, green: 0.686, blue: 0.863)
/* Android */
Color.parseColor("#63afdc")Accessibility — WCAG contrast
Aa
#63afdc on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63afdc on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green68.6%
Blue86.3%
CMYK percentages
Cyan55.0%
Magenta20.5%
Yellow0.0%
Key (black)13.7%
Color previews
#63afdc text on a black background
contrast 8.70:1
Card sample
#63afdc text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63afdc;
Background color
Panel with #63afdc background
background-color: #63afdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63afdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 175, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 175, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63afdc; background: linear-gradient(135deg, #63afdc, #6763DC);