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