#63fdcd
a light, electric cyan · cool · closest name: aquamarine
RGB
99, 253, 205
HSL
161°, 98%, 69%
CMYK
61, 0, 19, 1
Luminance
0.7731
Every format
| HEX | #63fdcd |
| RGB | rgb(99, 253, 205) |
| HSL | hsl(161, 98%, 69%) |
| CMYK | cmyk(61%, 0%, 19%, 1%) |
| LAB | lab(90.5 -51.8 11.0) |
| LCH | lch(90.5 53.0 168.0) |
| OKLCH | oklch(0.899 0.148 169.0) |
Copy-ready code
/* CSS */
color: #63fdcd;
background-color: #63fdcd;
/* Tailwind (arbitrary) */
class="text-[#63fdcd] bg-[#63fdcd]"
/* SCSS */
$brand: #63fdcd;
/* SwiftUI */
Color(red: 0.388, green: 0.992, blue: 0.804)
/* Android */
Color.parseColor("#63fdcd")Accessibility — WCAG contrast
Aa
#63fdcd on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63fdcd on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green99.2%
Blue80.4%
CMYK percentages
Cyan60.9%
Magenta0.0%
Yellow19.0%
Key (black)0.8%
Color previews
#63fdcd text on a black background
contrast 16.46:1
Card sample
#63fdcd text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63fdcd;
Background color
Panel with #63fdcd background
background-color: #63fdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63fdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 253, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 253, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63fdcd; background: linear-gradient(135deg, #63fdcd, #63C6FD);