#63f89f
a light, electric green · cool · closest name: aquamarine
RGB
99, 248, 159
HSL
144°, 91%, 68%
CMYK
60, 0, 36, 3
Luminance
0.7229
Every format
| HEX | #63f89f |
| RGB | rgb(99, 248, 159) |
| HSL | hsl(144, 91%, 68%) |
| CMYK | cmyk(60%, 0%, 36%, 3%) |
| LAB | lab(88.1 -59.1 31.2) |
| LCH | lch(88.1 66.9 152.2) |
| OKLCH | oklch(0.877 0.178 154.0) |
Copy-ready code
/* CSS */
color: #63f89f;
background-color: #63f89f;
/* Tailwind (arbitrary) */
class="text-[#63f89f] bg-[#63f89f]"
/* SCSS */
$brand: #63f89f;
/* SwiftUI */
Color(red: 0.388, green: 0.973, blue: 0.624)
/* Android */
Color.parseColor("#63f89f")Accessibility — WCAG contrast
Aa
#63f89f on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63f89f on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green97.3%
Blue62.4%
CMYK percentages
Cyan60.1%
Magenta0.0%
Yellow35.9%
Key (black)2.7%
Color previews
#63f89f text on a black background
contrast 15.46:1
Card sample
#63f89f text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63f89f;
Background color
Panel with #63f89f background
background-color: #63f89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63f89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 248, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 248, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63f89f; background: linear-gradient(135deg, #63f89f, #63EEF8);