#63bfdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
99, 191, 223
HSL
196°, 66%, 63%
CMYK
56, 14, 0, 13
Luminance
0.4524
Every format
| HEX | #63bfdf |
| RGB | rgb(99, 191, 223) |
| HSL | hsl(196, 66%, 63%) |
| CMYK | cmyk(56%, 14%, 0%, 13%) |
| LAB | lab(73.0 -18.4 -24.3) |
| LCH | lch(73.0 30.5 232.8) |
| OKLCH | oklch(0.760 0.099 223.2) |
Copy-ready code
/* CSS */
color: #63bfdf;
background-color: #63bfdf;
/* Tailwind (arbitrary) */
class="text-[#63bfdf] bg-[#63bfdf]"
/* SCSS */
$brand: #63bfdf;
/* SwiftUI */
Color(red: 0.388, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#63bfdf")Accessibility — WCAG contrast
Aa
#63bfdf on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63bfdf on black: 10.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green74.9%
Blue87.5%
CMYK percentages
Cyan55.6%
Magenta14.3%
Yellow0.0%
Key (black)12.5%
Color previews
#63bfdf text on a black background
contrast 10.05:1
Card sample
#63bfdf text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63bfdf;
Background color
Panel with #63bfdf background
background-color: #63bfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63bfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63bfdf; background: linear-gradient(135deg, #63bfdf, #636CDF);