#63abeb
a light, electric blue · cool · closest name: steelblue
RGB
99, 171, 235
HSL
208°, 77%, 66%
CMYK
58, 27, 0, 8
Luminance
0.3778
Every format
| HEX | #63abeb |
| RGB | rgb(99, 171, 235) |
| HSL | hsl(208, 77%, 66%) |
| CMYK | cmyk(58%, 27%, 0%, 8%) |
| LAB | lab(67.8 -4.1 -38.9) |
| LCH | lch(67.8 39.1 264.0) |
| OKLCH | oklch(0.721 0.119 247.1) |
Copy-ready code
/* CSS */
color: #63abeb;
background-color: #63abeb;
/* Tailwind (arbitrary) */
class="text-[#63abeb] bg-[#63abeb]"
/* SCSS */
$brand: #63abeb;
/* SwiftUI */
Color(red: 0.388, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#63abeb")Accessibility — WCAG contrast
Aa
#63abeb on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63abeb on black: 8.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green67.1%
Blue92.2%
CMYK percentages
Cyan57.9%
Magenta27.2%
Yellow0.0%
Key (black)7.8%
Color previews
#63abeb text on a black background
contrast 8.56:1
Card sample
#63abeb text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63abeb;
Background color
Panel with #63abeb background
background-color: #63abeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63abeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63abeb; background: linear-gradient(135deg, #63abeb, #7663EB);