#63fceb
a light, electric cyan · cool · closest name: turquoise
RGB
99, 252, 235
HSL
173°, 96%, 69%
CMYK
61, 0, 7, 1
Luminance
0.7827
Every format
| HEX | #63fceb |
| RGB | rgb(99, 252, 235) |
| HSL | hsl(173, 96%, 69%) |
| CMYK | cmyk(61%, 0%, 7%, 1%) |
| LAB | lab(90.9 -44.3 -3.9) |
| LCH | lch(90.9 44.4 185.1) |
| OKLCH | oklch(0.905 0.131 184.9) |
Copy-ready code
/* CSS */
color: #63fceb;
background-color: #63fceb;
/* Tailwind (arbitrary) */
class="text-[#63fceb] bg-[#63fceb]"
/* SCSS */
$brand: #63fceb;
/* SwiftUI */
Color(red: 0.388, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#63fceb")Accessibility — WCAG contrast
Aa
#63fceb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63fceb on black: 16.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green98.8%
Blue92.2%
CMYK percentages
Cyan60.7%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#63fceb text on a black background
contrast 16.65:1
Card sample
#63fceb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63fceb;
Background color
Panel with #63fceb background
background-color: #63fceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63fceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63fceb; background: linear-gradient(135deg, #63fceb, #63A7FC);