#63eed8
a light, electric cyan · cool · closest name: turquoise
RGB
99, 238, 216
HSL
171°, 80%, 66%
CMYK
58, 0, 9, 7
Luminance
0.6876
Every format
| HEX | #63eed8 |
| RGB | rgb(99, 238, 216) |
| HSL | hsl(171, 80%, 66%) |
| CMYK | cmyk(58%, 0%, 9%, 7%) |
| LAB | lab(86.4 -42.8 -0.7) |
| LCH | lch(86.4 42.8 180.9) |
| OKLCH | oklch(0.867 0.125 181.1) |
Copy-ready code
/* CSS */
color: #63eed8;
background-color: #63eed8;
/* Tailwind (arbitrary) */
class="text-[#63eed8] bg-[#63eed8]"
/* SCSS */
$brand: #63eed8;
/* SwiftUI */
Color(red: 0.388, green: 0.933, blue: 0.847)
/* Android */
Color.parseColor("#63eed8")Accessibility — WCAG contrast
Aa
#63eed8 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63eed8 on black: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green93.3%
Blue84.7%
CMYK percentages
Cyan58.4%
Magenta0.0%
Yellow9.2%
Key (black)6.7%
Color previews
#63eed8 text on a black background
contrast 14.75:1
Card sample
#63eed8 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63eed8;
Background color
Panel with #63eed8 background
background-color: #63eed8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63eed8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 238, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 238, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63eed8; background: linear-gradient(135deg, #63eed8, #63A7EE);