#63f8d3
a light, electric cyan · cool · closest name: aquamarine
RGB
99, 248, 211
HSL
165°, 91%, 68%
CMYK
60, 0, 15, 3
Luminance
0.7449
Every format
| HEX | #63f8d3 |
| RGB | rgb(99, 248, 211) |
| HSL | hsl(165, 91%, 68%) |
| CMYK | cmyk(60%, 0%, 15%, 3%) |
| LAB | lab(89.2 -48.4 6.0) |
| LCH | lch(89.2 48.7 173.0) |
| OKLCH | oklch(0.889 0.138 173.7) |
Copy-ready code
/* CSS */
color: #63f8d3;
background-color: #63f8d3;
/* Tailwind (arbitrary) */
class="text-[#63f8d3] bg-[#63f8d3]"
/* SCSS */
$brand: #63f8d3;
/* SwiftUI */
Color(red: 0.388, green: 0.973, blue: 0.827)
/* Android */
Color.parseColor("#63f8d3")Accessibility — WCAG contrast
Aa
#63f8d3 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63f8d3 on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green97.3%
Blue82.7%
CMYK percentages
Cyan60.1%
Magenta0.0%
Yellow14.9%
Key (black)2.7%
Color previews
#63f8d3 text on a black background
contrast 15.90:1
Card sample
#63f8d3 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63f8d3;
Background color
Panel with #63f8d3 background
background-color: #63f8d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63f8d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 248, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 248, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63f8d3; background: linear-gradient(135deg, #63f8d3, #63BAF8);