#63cdfc
a light, electric cyan · cool · closest name: skyblue
RGB
99, 205, 252
HSL
198°, 96%, 69%
CMYK
61, 19, 0, 1
Luminance
0.5334
Every format
| HEX | #63cdfc |
| RGB | rgb(99, 205, 252) |
| HSL | hsl(198, 96%, 69%) |
| CMYK | cmyk(61%, 19%, 0%, 1%) |
| LAB | lab(78.1 -17.1 -32.2) |
| LCH | lch(78.1 36.5 242.0) |
| OKLCH | oklch(0.804 0.118 229.7) |
Copy-ready code
/* CSS */
color: #63cdfc;
background-color: #63cdfc;
/* Tailwind (arbitrary) */
class="text-[#63cdfc] bg-[#63cdfc]"
/* SCSS */
$brand: #63cdfc;
/* SwiftUI */
Color(red: 0.388, green: 0.804, blue: 0.988)
/* Android */
Color.parseColor("#63cdfc")Accessibility — WCAG contrast
Aa
#63cdfc on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63cdfc on black: 11.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green80.4%
Blue98.8%
CMYK percentages
Cyan60.7%
Magenta18.7%
Yellow0.0%
Key (black)1.2%
Color previews
#63cdfc text on a black background
contrast 11.67:1
Card sample
#63cdfc text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63cdfc;
Background color
Panel with #63cdfc background
background-color: #63cdfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63cdfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 205, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 205, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63cdfc; background: linear-gradient(135deg, #63cdfc, #6367FC);