#63fff2
a light, electric cyan · cool · closest name: cyan
RGB
99, 255, 242
HSL
175°, 100%, 69%
CMYK
61, 0, 5, 0
Luminance
0.8058
Every format
| HEX | #63fff2 |
| RGB | rgb(99, 255, 242) |
| HSL | hsl(175, 100%, 69%) |
| CMYK | cmyk(61%, 0%, 5%, 0%) |
| LAB | lab(91.9 -43.8 -6.0) |
| LCH | lch(91.9 44.2 187.8) |
| OKLCH | oklch(0.914 0.132 187.4) |
Copy-ready code
/* CSS */
color: #63fff2;
background-color: #63fff2;
/* Tailwind (arbitrary) */
class="text-[#63fff2] bg-[#63fff2]"
/* SCSS */
$brand: #63fff2;
/* SwiftUI */
Color(red: 0.388, green: 1.000, blue: 0.949)
/* Android */
Color.parseColor("#63fff2")Accessibility — WCAG contrast
Aa
#63fff2 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63fff2 on black: 17.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green100.0%
Blue94.9%
CMYK percentages
Cyan61.2%
Magenta0.0%
Yellow5.1%
Key (black)0.0%
Color previews
#63fff2 text on a black background
contrast 17.12:1
Card sample
#63fff2 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63fff2;
Background color
Panel with #63fff2 background
background-color: #63fff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63fff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 255, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 255, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63fff2; background: linear-gradient(135deg, #63fff2, #63A4FF);