#63cbaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
99, 203, 175
HSL
164°, 50%, 59%
CMYK
51, 0, 14, 20
Luminance
0.4846
Every format
| HEX | #63cbaf |
| RGB | rgb(99, 203, 175) |
| HSL | hsl(164, 50%, 59%) |
| CMYK | cmyk(51%, 0%, 14%, 20%) |
| LAB | lab(75.1 -37.0 4.8) |
| LCH | lch(75.1 37.3 172.6) |
| OKLCH | oklch(0.772 0.106 173.5) |
Copy-ready code
/* CSS */
color: #63cbaf;
background-color: #63cbaf;
/* Tailwind (arbitrary) */
class="text-[#63cbaf] bg-[#63cbaf]"
/* SCSS */
$brand: #63cbaf;
/* SwiftUI */
Color(red: 0.388, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#63cbaf")Accessibility — WCAG contrast
Aa
#63cbaf on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63cbaf on black: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green79.6%
Blue68.6%
CMYK percentages
Cyan51.2%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#63cbaf text on a black background
contrast 10.69:1
Card sample
#63cbaf text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63cbaf;
Background color
Panel with #63cbaf background
background-color: #63cbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63cbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63cbaf; background: linear-gradient(135deg, #63cbaf, #63A2CB);