#63cf7e
a balanced, vivid green · cool · closest name: aquamarine
RGB
99, 207, 126
HSL
135°, 53%, 60%
CMYK
52, 0, 39, 19
Luminance
0.4878
Every format
| HEX | #63cf7e |
| RGB | rgb(99, 207, 126) |
| HSL | hsl(135, 53%, 60%) |
| CMYK | cmyk(52%, 0%, 39%, 19%) |
| LAB | lab(75.3 -48.6 31.0) |
| LCH | lch(75.3 57.7 147.5) |
| OKLCH | oklch(0.770 0.153 149.7) |
Copy-ready code
/* CSS */
color: #63cf7e;
background-color: #63cf7e;
/* Tailwind (arbitrary) */
class="text-[#63cf7e] bg-[#63cf7e]"
/* SCSS */
$brand: #63cf7e;
/* SwiftUI */
Color(red: 0.388, green: 0.812, blue: 0.494)
/* Android */
Color.parseColor("#63cf7e")Accessibility — WCAG contrast
Aa
#63cf7e on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63cf7e on black: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green81.2%
Blue49.4%
CMYK percentages
Cyan52.2%
Magenta0.0%
Yellow39.1%
Key (black)18.8%
Color previews
#63cf7e text on a black background
contrast 10.76:1
Card sample
#63cf7e text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63cf7e;
Background color
Panel with #63cf7e background
background-color: #63cf7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63cf7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 207, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 207, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63cf7e; background: linear-gradient(135deg, #63cf7e, #63CFC6);