#63ebee
a light, electric cyan · cool · closest name: turquoise
RGB
99, 235, 238
HSL
181°, 80%, 66%
CMYK
58, 1, 0, 7
Luminance
0.6824
Every format
| HEX | #63ebee |
| RGB | rgb(99, 235, 238) |
| HSL | hsl(181, 80%, 66%) |
| CMYK | cmyk(58%, 1%, 0%, 7%) |
| LAB | lab(86.1 -35.8 -12.6) |
| LCH | lch(86.1 38.0 199.4) |
| OKLCH | oklch(0.867 0.118 197.2) |
Copy-ready code
/* CSS */
color: #63ebee;
background-color: #63ebee;
/* Tailwind (arbitrary) */
class="text-[#63ebee] bg-[#63ebee]"
/* SCSS */
$brand: #63ebee;
/* SwiftUI */
Color(red: 0.388, green: 0.922, blue: 0.933)
/* Android */
Color.parseColor("#63ebee")Accessibility — WCAG contrast
Aa
#63ebee on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63ebee on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green92.2%
Blue93.3%
CMYK percentages
Cyan58.4%
Magenta1.3%
Yellow0.0%
Key (black)6.7%
Color previews
#63ebee text on a black background
contrast 14.65:1
Card sample
#63ebee text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63ebee;
Background color
Panel with #63ebee background
background-color: #63ebee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63ebee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 235, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 235, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63ebee; background: linear-gradient(135deg, #63ebee, #638EEE);