#63fdec
a light, electric cyan · cool · closest name: turquoise
RGB
99, 253, 236
HSL
173°, 98%, 69%
CMYK
61, 0, 7, 1
Luminance
0.7896
Every format
| HEX | #63fdec |
| RGB | rgb(99, 253, 236) |
| HSL | hsl(173, 98%, 69%) |
| CMYK | cmyk(61%, 0%, 7%, 1%) |
| LAB | lab(91.2 -44.5 -4.0) |
| LCH | lch(91.2 44.6 185.1) |
| OKLCH | oklch(0.908 0.132 185.0) |
Copy-ready code
/* CSS */
color: #63fdec;
background-color: #63fdec;
/* Tailwind (arbitrary) */
class="text-[#63fdec] bg-[#63fdec]"
/* SCSS */
$brand: #63fdec;
/* SwiftUI */
Color(red: 0.388, green: 0.992, blue: 0.925)
/* Android */
Color.parseColor("#63fdec")Accessibility — WCAG contrast
Aa
#63fdec on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63fdec on black: 16.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green99.2%
Blue92.5%
CMYK percentages
Cyan60.9%
Magenta0.0%
Yellow6.7%
Key (black)0.8%
Color previews
#63fdec text on a black background
contrast 16.79:1
Card sample
#63fdec text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63fdec;
Background color
Panel with #63fdec background
background-color: #63fdec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63fdec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 253, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 253, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63fdec; background: linear-gradient(135deg, #63fdec, #63A7FD);