#63ffeb
a light, electric cyan · cool · closest name: turquoise
RGB
99, 255, 235
HSL
172°, 100%, 69%
CMYK
61, 0, 8, 0
Luminance
0.8017
Every format
| HEX | #63ffeb |
| RGB | rgb(99, 255, 235) |
| HSL | hsl(172, 100%, 69%) |
| CMYK | cmyk(61%, 0%, 8%, 0%) |
| LAB | lab(91.8 -45.6 -2.7) |
| LCH | lch(91.8 45.7 183.4) |
| OKLCH | oklch(0.912 0.134 183.4) |
Copy-ready code
/* CSS */
color: #63ffeb;
background-color: #63ffeb;
/* Tailwind (arbitrary) */
class="text-[#63ffeb] bg-[#63ffeb]"
/* SCSS */
$brand: #63ffeb;
/* SwiftUI */
Color(red: 0.388, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#63ffeb")Accessibility — WCAG contrast
Aa
#63ffeb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63ffeb on black: 17.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green100.0%
Blue92.2%
CMYK percentages
Cyan61.2%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#63ffeb text on a black background
contrast 17.03:1
Card sample
#63ffeb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63ffeb;
Background color
Panel with #63ffeb background
background-color: #63ffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63ffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63ffeb; background: linear-gradient(135deg, #63ffeb, #63ABFF);