#63afeb
a light, electric blue · cool · closest name: steelblue
RGB
99, 175, 235
HSL
207°, 77%, 66%
CMYK
58, 26, 0, 8
Luminance
0.3931
Every format
| HEX | #63afeb |
| RGB | rgb(99, 175, 235) |
| HSL | hsl(207, 77%, 66%) |
| CMYK | cmyk(58%, 26%, 0%, 8%) |
| LAB | lab(69.0 -6.3 -37.1) |
| LCH | lch(69.0 37.7 260.4) |
| OKLCH | oklch(0.729 0.116 244.2) |
Copy-ready code
/* CSS */
color: #63afeb;
background-color: #63afeb;
/* Tailwind (arbitrary) */
class="text-[#63afeb] bg-[#63afeb]"
/* SCSS */
$brand: #63afeb;
/* SwiftUI */
Color(red: 0.388, green: 0.686, blue: 0.922)
/* Android */
Color.parseColor("#63afeb")Accessibility — WCAG contrast
Aa
#63afeb on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63afeb on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green68.6%
Blue92.2%
CMYK percentages
Cyan57.9%
Magenta25.5%
Yellow0.0%
Key (black)7.8%
Color previews
#63afeb text on a black background
contrast 8.86:1
Card sample
#63afeb text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63afeb;
Background color
Panel with #63afeb background
background-color: #63afeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63afeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 175, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 175, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63afeb; background: linear-gradient(135deg, #63afeb, #7263EB);