#63cccd
a balanced, vivid cyan · cool · closest name: turquoise
RGB
99, 204, 205
HSL
181°, 52%, 60%
CMYK
52, 1, 0, 20
Luminance
0.5025
Every format
| HEX | #63cccd |
| RGB | rgb(99, 204, 205) |
| HSL | hsl(181, 52%, 60%) |
| CMYK | cmyk(52%, 1%, 0%, 20%) |
| LAB | lab(76.2 -29.9 -9.8) |
| LCH | lch(76.2 31.5 198.1) |
| OKLCH | oklch(0.784 0.097 196.2) |
Copy-ready code
/* CSS */
color: #63cccd;
background-color: #63cccd;
/* Tailwind (arbitrary) */
class="text-[#63cccd] bg-[#63cccd]"
/* SCSS */
$brand: #63cccd;
/* SwiftUI */
Color(red: 0.388, green: 0.800, blue: 0.804)
/* Android */
Color.parseColor("#63cccd")Accessibility — WCAG contrast
Aa
#63cccd on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63cccd on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green80.0%
Blue80.4%
CMYK percentages
Cyan51.7%
Magenta0.5%
Yellow0.0%
Key (black)19.6%
Color previews
#63cccd text on a black background
contrast 11.05:1
Card sample
#63cccd text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63cccd;
Background color
Panel with #63cccd background
background-color: #63cccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63cccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 204, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 204, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63cccd; background: linear-gradient(135deg, #63cccd, #6385CD);