#63fac2
a light, electric green · cool · closest name: aquamarine
RGB
99, 250, 194
HSL
158°, 94%, 68%
CMYK
60, 0, 22, 2
Luminance
0.7492
Every format
| HEX | #63fac2 |
| RGB | rgb(99, 250, 194) |
| HSL | hsl(158, 94%, 68%) |
| CMYK | cmyk(60%, 0%, 22%, 2%) |
| LAB | lab(89.3 -53.0 15.1) |
| LCH | lch(89.3 55.1 164.1) |
| OKLCH | oklch(0.889 0.152 165.3) |
Copy-ready code
/* CSS */
color: #63fac2;
background-color: #63fac2;
/* Tailwind (arbitrary) */
class="text-[#63fac2] bg-[#63fac2]"
/* SCSS */
$brand: #63fac2;
/* SwiftUI */
Color(red: 0.388, green: 0.980, blue: 0.761)
/* Android */
Color.parseColor("#63fac2")Accessibility — WCAG contrast
Aa
#63fac2 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63fac2 on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green98.0%
Blue76.1%
CMYK percentages
Cyan60.4%
Magenta0.0%
Yellow22.4%
Key (black)2.0%
Color previews
#63fac2 text on a black background
contrast 15.98:1
Card sample
#63fac2 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63fac2;
Background color
Panel with #63fac2 background
background-color: #63fac2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63fac2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 250, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 250, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63fac2; background: linear-gradient(135deg, #63fac2, #63CDFA);