#63fccc
a light, electric cyan · cool · closest name: aquamarine
RGB
99, 252, 204
HSL
161°, 96%, 69%
CMYK
61, 0, 19, 1
Luminance
0.7663
Every format
| HEX | #63fccc |
| RGB | rgb(99, 252, 204) |
| HSL | hsl(161, 96%, 69%) |
| CMYK | cmyk(61%, 0%, 19%, 1%) |
| LAB | lab(90.2 -51.6 11.0) |
| LCH | lch(90.2 52.8 167.9) |
| OKLCH | oklch(0.897 0.147 168.9) |
Copy-ready code
/* CSS */
color: #63fccc;
background-color: #63fccc;
/* Tailwind (arbitrary) */
class="text-[#63fccc] bg-[#63fccc]"
/* SCSS */
$brand: #63fccc;
/* SwiftUI */
Color(red: 0.388, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#63fccc")Accessibility — WCAG contrast
Aa
#63fccc on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63fccc on black: 16.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green98.8%
Blue80.0%
CMYK percentages
Cyan60.7%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#63fccc text on a black background
contrast 16.33:1
Card sample
#63fccc text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63fccc;
Background color
Panel with #63fccc background
background-color: #63fccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63fccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63fccc; background: linear-gradient(135deg, #63fccc, #63C6FC);