#63eade
a light, electric cyan · cool · closest name: turquoise
RGB
99, 234, 222
HSL
175°, 76%, 65%
CMYK
58, 0, 5, 8
Luminance
0.6677
Every format
| HEX | #63eade |
| RGB | rgb(99, 234, 222) |
| HSL | hsl(175, 76%, 65%) |
| CMYK | cmyk(58%, 0%, 5%, 8%) |
| LAB | lab(85.4 -39.5 -5.3) |
| LCH | lch(85.4 39.9 187.6) |
| OKLCH | oklch(0.859 0.119 187.2) |
Copy-ready code
/* CSS */
color: #63eade;
background-color: #63eade;
/* Tailwind (arbitrary) */
class="text-[#63eade] bg-[#63eade]"
/* SCSS */
$brand: #63eade;
/* SwiftUI */
Color(red: 0.388, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#63eade")Accessibility — WCAG contrast
Aa
#63eade on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63eade on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green91.8%
Blue87.1%
CMYK percentages
Cyan57.7%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#63eade text on a black background
contrast 14.35:1
Card sample
#63eade text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63eade;
Background color
Panel with #63eade background
background-color: #63eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63eade; background: linear-gradient(135deg, #63eade, #639CEA);