#63dfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
99, 223, 188
HSL
163°, 66%, 63%
CMYK
56, 0, 16, 13
Luminance
0.5906
Every format
| HEX | #63dfbc |
| RGB | rgb(99, 223, 188) |
| HSL | hsl(163, 66%, 63%) |
| CMYK | cmyk(56%, 0%, 16%, 13%) |
| LAB | lab(81.3 -42.9 6.8) |
| LCH | lch(81.3 43.4 171.0) |
| OKLCH | oklch(0.824 0.123 171.9) |
Copy-ready code
/* CSS */
color: #63dfbc;
background-color: #63dfbc;
/* Tailwind (arbitrary) */
class="text-[#63dfbc] bg-[#63dfbc]"
/* SCSS */
$brand: #63dfbc;
/* SwiftUI */
Color(red: 0.388, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#63dfbc")Accessibility — WCAG contrast
Aa
#63dfbc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63dfbc on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green87.5%
Blue73.7%
CMYK percentages
Cyan55.6%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#63dfbc text on a black background
contrast 12.81:1
Card sample
#63dfbc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63dfbc;
Background color
Panel with #63dfbc background
background-color: #63dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63dfbc; background: linear-gradient(135deg, #63dfbc, #63AFDF);