#63bdfb
a light, electric blue · cool · closest name: skyblue
RGB
99, 189, 251
HSL
205°, 95%, 69%
CMYK
61, 25, 0, 2
Luminance
0.4601
Every format
| HEX | #63bdfb |
| RGB | rgb(99, 189, 251) |
| HSL | hsl(205, 95%, 69%) |
| CMYK | cmyk(61%, 25%, 0%, 2%) |
| LAB | lab(73.5 -9.0 -38.7) |
| LCH | lch(73.5 39.7 256.9) |
| OKLCH | oklch(0.768 0.124 241.0) |
Copy-ready code
/* CSS */
color: #63bdfb;
background-color: #63bdfb;
/* Tailwind (arbitrary) */
class="text-[#63bdfb] bg-[#63bdfb]"
/* SCSS */
$brand: #63bdfb;
/* SwiftUI */
Color(red: 0.388, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#63bdfb")Accessibility — WCAG contrast
Aa
#63bdfb on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63bdfb on black: 10.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green74.1%
Blue98.4%
CMYK percentages
Cyan60.6%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#63bdfb text on a black background
contrast 10.20:1
Card sample
#63bdfb text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63bdfb;
Background color
Panel with #63bdfb background
background-color: #63bdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63bdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63bdfb; background: linear-gradient(135deg, #63bdfb, #6E63FB);