#63cfad
a balanced, vivid cyan · cool · closest name: turquoise
RGB
99, 207, 173
HSL
161°, 53%, 60%
CMYK
52, 0, 16, 19
Luminance
0.5030
Every format
| HEX | #63cfad |
| RGB | rgb(99, 207, 173) |
| HSL | hsl(161, 53%, 60%) |
| CMYK | cmyk(52%, 0%, 16%, 19%) |
| LAB | lab(76.3 -39.3 7.5) |
| LCH | lch(76.3 40.0 169.2) |
| OKLCH | oklch(0.781 0.112 170.2) |
Copy-ready code
/* CSS */
color: #63cfad;
background-color: #63cfad;
/* Tailwind (arbitrary) */
class="text-[#63cfad] bg-[#63cfad]"
/* SCSS */
$brand: #63cfad;
/* SwiftUI */
Color(red: 0.388, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#63cfad")Accessibility — WCAG contrast
Aa
#63cfad on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63cfad on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green81.2%
Blue67.8%
CMYK percentages
Cyan52.2%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#63cfad text on a black background
contrast 11.06:1
Card sample
#63cfad text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63cfad;
Background color
Panel with #63cfad background
background-color: #63cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63cfad; background: linear-gradient(135deg, #63cfad, #63A9CF);