#63f6eb
a light, electric cyan · cool · closest name: turquoise
RGB
99, 246, 235
HSL
176°, 89%, 68%
CMYK
60, 0, 5, 4
Luminance
0.7456
Every format
| HEX | #63f6eb |
| RGB | rgb(99, 246, 235) |
| HSL | hsl(176, 89%, 68%) |
| CMYK | cmyk(60%, 0%, 5%, 4%) |
| LAB | lab(89.2 -41.6 -6.5) |
| LCH | lch(89.2 42.1 188.8) |
| OKLCH | oklch(0.891 0.126 188.3) |
Copy-ready code
/* CSS */
color: #63f6eb;
background-color: #63f6eb;
/* Tailwind (arbitrary) */
class="text-[#63f6eb] bg-[#63f6eb]"
/* SCSS */
$brand: #63f6eb;
/* SwiftUI */
Color(red: 0.388, green: 0.965, blue: 0.922)
/* Android */
Color.parseColor("#63f6eb")Accessibility — WCAG contrast
Aa
#63f6eb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63f6eb on black: 15.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green96.5%
Blue92.2%
CMYK percentages
Cyan59.8%
Magenta0.0%
Yellow4.5%
Key (black)3.5%
Color previews
#63f6eb text on a black background
contrast 15.91:1
Card sample
#63f6eb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63f6eb;
Background color
Panel with #63f6eb background
background-color: #63f6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63f6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 246, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 246, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63f6eb; background: linear-gradient(135deg, #63f6eb, #639FF6);