#63acfd
a light, electric blue · cool · closest name: dodgerblue
RGB
99, 172, 253
HSL
212°, 98%, 69%
CMYK
61, 32, 0, 1
Luminance
0.3925
Every format
| HEX | #63acfd |
| RGB | rgb(99, 172, 253) |
| HSL | hsl(212, 98%, 69%) |
| CMYK | cmyk(61%, 32%, 0%, 1%) |
| LAB | lab(68.9 1.0 -47.0) |
| LCH | lch(68.9 47.0 271.3) |
| OKLCH | oklch(0.732 0.139 252.4) |
Copy-ready code
/* CSS */
color: #63acfd;
background-color: #63acfd;
/* Tailwind (arbitrary) */
class="text-[#63acfd] bg-[#63acfd]"
/* SCSS */
$brand: #63acfd;
/* SwiftUI */
Color(red: 0.388, green: 0.675, blue: 0.992)
/* Android */
Color.parseColor("#63acfd")Accessibility — WCAG contrast
Aa
#63acfd on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63acfd on black: 8.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green67.5%
Blue99.2%
CMYK percentages
Cyan60.9%
Magenta32.0%
Yellow0.0%
Key (black)0.8%
Color previews
#63acfd text on a black background
contrast 8.85:1
Card sample
#63acfd text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63acfd;
Background color
Panel with #63acfd background
background-color: #63acfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63acfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 172, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 172, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63acfd; background: linear-gradient(135deg, #63acfd, #8163FD);