#63eeba
a light, electric green · cool · closest name: aquamarine
RGB
99, 238, 186
HSL
158°, 80%, 66%
CMYK
58, 0, 22, 7
Luminance
0.6735
Every format
| HEX | #63eeba |
| RGB | rgb(99, 238, 186) |
| HSL | hsl(158, 80%, 66%) |
| CMYK | cmyk(58%, 0%, 22%, 7%) |
| LAB | lab(85.7 -49.8 14.0) |
| LCH | lch(85.7 51.7 164.3) |
| OKLCH | oklch(0.859 0.143 165.4) |
Copy-ready code
/* CSS */
color: #63eeba;
background-color: #63eeba;
/* Tailwind (arbitrary) */
class="text-[#63eeba] bg-[#63eeba]"
/* SCSS */
$brand: #63eeba;
/* SwiftUI */
Color(red: 0.388, green: 0.933, blue: 0.729)
/* Android */
Color.parseColor("#63eeba")Accessibility — WCAG contrast
Aa
#63eeba on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63eeba on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green93.3%
Blue72.9%
CMYK percentages
Cyan58.4%
Magenta0.0%
Yellow21.8%
Key (black)6.7%
Color previews
#63eeba text on a black background
contrast 14.47:1
Card sample
#63eeba text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63eeba;
Background color
Panel with #63eeba background
background-color: #63eeba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63eeba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 238, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 238, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63eeba; background: linear-gradient(135deg, #63eeba, #63C5EE);