#63fdee
a light, electric cyan · cool · closest name: turquoise
RGB
99, 253, 238
HSL
174°, 98%, 69%
CMYK
61, 0, 6, 1
Luminance
0.7908
Every format
| HEX | #63fdee |
| RGB | rgb(99, 253, 238) |
| HSL | hsl(174, 98%, 69%) |
| CMYK | cmyk(61%, 0%, 6%, 1%) |
| LAB | lab(91.3 -44.0 -5.0) |
| LCH | lch(91.3 44.2 186.4) |
| OKLCH | oklch(0.908 0.131 186.2) |
Copy-ready code
/* CSS */
color: #63fdee;
background-color: #63fdee;
/* Tailwind (arbitrary) */
class="text-[#63fdee] bg-[#63fdee]"
/* SCSS */
$brand: #63fdee;
/* SwiftUI */
Color(red: 0.388, green: 0.992, blue: 0.933)
/* Android */
Color.parseColor("#63fdee")Accessibility — WCAG contrast
Aa
#63fdee on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63fdee on black: 16.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green99.2%
Blue93.3%
CMYK percentages
Cyan60.9%
Magenta0.0%
Yellow5.9%
Key (black)0.8%
Color previews
#63fdee text on a black background
contrast 16.82:1
Card sample
#63fdee text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63fdee;
Background color
Panel with #63fdee background
background-color: #63fdee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63fdee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 253, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 253, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63fdee; background: linear-gradient(135deg, #63fdee, #63A5FD);