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