#63f6cd
a light, electric cyan · cool · closest name: aquamarine
RGB
99, 246, 205
HSL
163°, 89%, 68%
CMYK
60, 0, 17, 4
Luminance
0.7297
Every format
| HEX | #63f6cd |
| RGB | rgb(99, 246, 205) |
| HSL | hsl(163, 89%, 68%) |
| CMYK | cmyk(60%, 0%, 17%, 4%) |
| LAB | lab(88.4 -48.9 8.1) |
| LCH | lch(88.4 49.6 170.6) |
| OKLCH | oklch(0.883 0.139 171.5) |
Copy-ready code
/* CSS */
color: #63f6cd;
background-color: #63f6cd;
/* Tailwind (arbitrary) */
class="text-[#63f6cd] bg-[#63f6cd]"
/* SCSS */
$brand: #63f6cd;
/* SwiftUI */
Color(red: 0.388, green: 0.965, blue: 0.804)
/* Android */
Color.parseColor("#63f6cd")Accessibility — WCAG contrast
Aa
#63f6cd on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63f6cd on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green96.5%
Blue80.4%
CMYK percentages
Cyan59.8%
Magenta0.0%
Yellow16.7%
Key (black)3.5%
Color previews
#63f6cd text on a black background
contrast 15.59:1
Card sample
#63f6cd text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63f6cd;
Background color
Panel with #63f6cd background
background-color: #63f6cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63f6cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 246, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 246, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63f6cd; background: linear-gradient(135deg, #63f6cd, #63BDF6);