#63ebdf
a light, electric cyan · cool · closest name: turquoise
RGB
99, 235, 223
HSL
175°, 77%, 66%
CMYK
58, 0, 5, 8
Luminance
0.6740
Every format
| HEX | #63ebdf |
| RGB | rgb(99, 235, 223) |
| HSL | hsl(175, 77%, 66%) |
| CMYK | cmyk(58%, 0%, 5%, 8%) |
| LAB | lab(85.7 -39.7 -5.3) |
| LCH | lch(85.7 40.1 187.6) |
| OKLCH | oklch(0.862 0.120 187.2) |
Copy-ready code
/* CSS */
color: #63ebdf;
background-color: #63ebdf;
/* Tailwind (arbitrary) */
class="text-[#63ebdf] bg-[#63ebdf]"
/* SCSS */
$brand: #63ebdf;
/* SwiftUI */
Color(red: 0.388, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#63ebdf")Accessibility — WCAG contrast
Aa
#63ebdf on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63ebdf on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green92.2%
Blue87.5%
CMYK percentages
Cyan57.9%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#63ebdf text on a black background
contrast 14.48:1
Card sample
#63ebdf text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63ebdf;
Background color
Panel with #63ebdf background
background-color: #63ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63ebdf; background: linear-gradient(135deg, #63ebdf, #639CEB);