#63cfdc
a balanced, vivid cyan · cool · closest name: skyblue
RGB
99, 207, 220
HSL
186°, 63%, 63%
CMYK
55, 6, 0, 14
Luminance
0.5245
Every format
| HEX | #63cfdc |
| RGB | rgb(99, 207, 220) |
| HSL | hsl(186, 63%, 63%) |
| CMYK | cmyk(55%, 6%, 0%, 14%) |
| LAB | lab(77.5 -27.4 -15.9) |
| LCH | lch(77.5 31.6 210.1) |
| OKLCH | oklch(0.796 0.101 205.9) |
Copy-ready code
/* CSS */
color: #63cfdc;
background-color: #63cfdc;
/* Tailwind (arbitrary) */
class="text-[#63cfdc] bg-[#63cfdc]"
/* SCSS */
$brand: #63cfdc;
/* SwiftUI */
Color(red: 0.388, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#63cfdc")Accessibility — WCAG contrast
Aa
#63cfdc on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63cfdc on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green81.2%
Blue86.3%
CMYK percentages
Cyan55.0%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#63cfdc text on a black background
contrast 11.49:1
Card sample
#63cfdc text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63cfdc;
Background color
Panel with #63cfdc background
background-color: #63cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63cfdc; background: linear-gradient(135deg, #63cfdc, #637EDC);