#63afba
a balanced, soft cyan · cool · closest name: skyblue
RGB
99, 175, 186
HSL
188°, 39%, 56%
CMYK
47, 6, 0, 27
Luminance
0.3686
Every format
| HEX | #63afba |
| RGB | rgb(99, 175, 186) |
| HSL | hsl(188, 39%, 56%) |
| CMYK | cmyk(47%, 6%, 0%, 27%) |
| LAB | lab(67.2 -20.6 -12.9) |
| LCH | lch(67.2 24.3 212.2) |
| OKLCH | oklch(0.709 0.077 207.6) |
Copy-ready code
/* CSS */
color: #63afba;
background-color: #63afba;
/* Tailwind (arbitrary) */
class="text-[#63afba] bg-[#63afba]"
/* SCSS */
$brand: #63afba;
/* SwiftUI */
Color(red: 0.388, green: 0.686, blue: 0.729)
/* Android */
Color.parseColor("#63afba")Accessibility — WCAG contrast
Aa
#63afba on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63afba on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green68.6%
Blue72.9%
CMYK percentages
Cyan46.8%
Magenta5.9%
Yellow0.0%
Key (black)27.1%
Color previews
#63afba text on a black background
contrast 8.37:1
Card sample
#63afba text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63afba;
Background color
Panel with #63afba background
background-color: #63afba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63afba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 175, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 175, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63afba; background: linear-gradient(135deg, #63afba, #6375BA);