#63afd0
a balanced, vivid cyan · cool · closest name: skyblue
RGB
99, 175, 208
HSL
198°, 54%, 60%
CMYK
52, 16, 0, 18
Luminance
0.3787
Every format
| HEX | #63afd0 |
| RGB | rgb(99, 175, 208) |
| HSL | hsl(198, 54%, 60%) |
| CMYK | cmyk(52%, 16%, 0%, 18%) |
| LAB | lab(67.9 -14.4 -24.0) |
| LCH | lch(67.9 28.0 239.0) |
| OKLCH | oklch(0.718 0.089 228.1) |
Copy-ready code
/* CSS */
color: #63afd0;
background-color: #63afd0;
/* Tailwind (arbitrary) */
class="text-[#63afd0] bg-[#63afd0]"
/* SCSS */
$brand: #63afd0;
/* SwiftUI */
Color(red: 0.388, green: 0.686, blue: 0.816)
/* Android */
Color.parseColor("#63afd0")Accessibility — WCAG contrast
Aa
#63afd0 on white: 2.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63afd0 on black: 8.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green68.6%
Blue81.6%
CMYK percentages
Cyan52.4%
Magenta15.9%
Yellow0.0%
Key (black)18.4%
Color previews
#63afd0 text on a black background
contrast 8.57:1
Card sample
#63afd0 text on a white background
contrast 2.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63afd0;
Background color
Panel with #63afd0 background
background-color: #63afd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63afd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 175, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 175, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63afd0; background: linear-gradient(135deg, #63afd0, #6366D0);