#63cf97
a balanced, vivid green · cool · closest name: aquamarine
RGB
99, 207, 151
HSL
149°, 53%, 60%
CMYK
52, 0, 27, 19
Luminance
0.4951
Every format
| HEX | #63cf97 |
| RGB | rgb(99, 207, 151) |
| HSL | hsl(149, 53%, 60%) |
| CMYK | cmyk(52%, 0%, 27%, 19%) |
| LAB | lab(75.8 -44.0 18.5) |
| LCH | lch(75.8 47.7 157.1) |
| OKLCH | oklch(0.776 0.130 158.6) |
Copy-ready code
/* CSS */
color: #63cf97;
background-color: #63cf97;
/* Tailwind (arbitrary) */
class="text-[#63cf97] bg-[#63cf97]"
/* SCSS */
$brand: #63cf97;
/* SwiftUI */
Color(red: 0.388, green: 0.812, blue: 0.592)
/* Android */
Color.parseColor("#63cf97")Accessibility — WCAG contrast
Aa
#63cf97 on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63cf97 on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green81.2%
Blue59.2%
CMYK percentages
Cyan52.2%
Magenta0.0%
Yellow27.1%
Key (black)18.8%
Color previews
#63cf97 text on a black background
contrast 10.90:1
Card sample
#63cf97 text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63cf97;
Background color
Panel with #63cf97 background
background-color: #63cf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63cf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 207, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 207, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63cf97; background: linear-gradient(135deg, #63cf97, #63BFCF);