#63afda
a balanced, vivid blue · cool · closest name: skyblue
RGB
99, 175, 218
HSL
202°, 62%, 62%
CMYK
55, 20, 0, 15
Luminance
0.3837
Every format
| HEX | #63afda |
| RGB | rgb(99, 175, 218) |
| HSL | hsl(202, 62%, 62%) |
| CMYK | cmyk(55%, 20%, 0%, 15%) |
| LAB | lab(68.3 -11.5 -28.9) |
| LCH | lch(68.3 31.1 248.3) |
| OKLCH | oklch(0.722 0.098 235.2) |
Copy-ready code
/* CSS */
color: #63afda;
background-color: #63afda;
/* Tailwind (arbitrary) */
class="text-[#63afda] bg-[#63afda]"
/* SCSS */
$brand: #63afda;
/* SwiftUI */
Color(red: 0.388, green: 0.686, blue: 0.855)
/* Android */
Color.parseColor("#63afda")Accessibility — WCAG contrast
Aa
#63afda on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63afda on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green68.6%
Blue85.5%
CMYK percentages
Cyan54.6%
Magenta19.7%
Yellow0.0%
Key (black)14.5%
Color previews
#63afda text on a black background
contrast 8.67:1
Card sample
#63afda text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63afda;
Background color
Panel with #63afda background
background-color: #63afda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63afda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 175, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 175, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63afda; background: linear-gradient(135deg, #63afda, #6763DA);