#63beee
a light, electric blue · cool · closest name: skyblue
RGB
99, 190, 238
HSL
201°, 80%, 66%
CMYK
58, 20, 0, 7
Luminance
0.4565
Every format
| HEX | #63beee |
| RGB | rgb(99, 190, 238) |
| HSL | hsl(201, 80%, 66%) |
| CMYK | cmyk(58%, 20%, 0%, 7%) |
| LAB | lab(73.3 -13.5 -32.0) |
| LCH | lch(73.3 34.8 247.2) |
| OKLCH | oklch(0.764 0.111 233.8) |
Copy-ready code
/* CSS */
color: #63beee;
background-color: #63beee;
/* Tailwind (arbitrary) */
class="text-[#63beee] bg-[#63beee]"
/* SCSS */
$brand: #63beee;
/* SwiftUI */
Color(red: 0.388, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#63beee")Accessibility — WCAG contrast
Aa
#63beee on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63beee on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green74.5%
Blue93.3%
CMYK percentages
Cyan58.4%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#63beee text on a black background
contrast 10.13:1
Card sample
#63beee text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63beee;
Background color
Panel with #63beee background
background-color: #63beee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63beee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63beee; background: linear-gradient(135deg, #63beee, #6563EE);