#63ffd8
a light, electric cyan · cool · closest name: aquamarine
RGB
99, 255, 216
HSL
165°, 100%, 69%
CMYK
61, 0, 15, 0
Luminance
0.7913
Every format
| HEX | #63ffd8 |
| RGB | rgb(99, 255, 216) |
| HSL | hsl(165, 100%, 69%) |
| CMYK | cmyk(61%, 0%, 15%, 0%) |
| LAB | lab(91.3 -50.2 6.5) |
| LCH | lch(91.3 50.6 172.6) |
| OKLCH | oklch(0.907 0.143 173.4) |
Copy-ready code
/* CSS */
color: #63ffd8;
background-color: #63ffd8;
/* Tailwind (arbitrary) */
class="text-[#63ffd8] bg-[#63ffd8]"
/* SCSS */
$brand: #63ffd8;
/* SwiftUI */
Color(red: 0.388, green: 1.000, blue: 0.847)
/* Android */
Color.parseColor("#63ffd8")Accessibility — WCAG contrast
Aa
#63ffd8 on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63ffd8 on black: 16.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green100.0%
Blue84.7%
CMYK percentages
Cyan61.2%
Magenta0.0%
Yellow15.3%
Key (black)0.0%
Color previews
#63ffd8 text on a black background
contrast 16.83:1
Card sample
#63ffd8 text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63ffd8;
Background color
Panel with #63ffd8 background
background-color: #63ffd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63ffd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 255, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 255, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63ffd8; background: linear-gradient(135deg, #63ffd8, #63BEFF);