#63cfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
99, 207, 188
HSL
169°, 53%, 60%
CMYK
52, 0, 9, 19
Luminance
0.5091
Every format
| HEX | #63cfbc |
| RGB | rgb(99, 207, 188) |
| HSL | hsl(169, 53%, 60%) |
| CMYK | cmyk(52%, 0%, 9%, 19%) |
| LAB | lab(76.6 -35.7 -0.0) |
| LCH | lch(76.6 35.7 180.1) |
| OKLCH | oklch(0.785 0.104 180.4) |
Copy-ready code
/* CSS */
color: #63cfbc;
background-color: #63cfbc;
/* Tailwind (arbitrary) */
class="text-[#63cfbc] bg-[#63cfbc]"
/* SCSS */
$brand: #63cfbc;
/* SwiftUI */
Color(red: 0.388, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#63cfbc")Accessibility — WCAG contrast
Aa
#63cfbc on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63cfbc on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green81.2%
Blue73.7%
CMYK percentages
Cyan52.2%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#63cfbc text on a black background
contrast 11.18:1
Card sample
#63cfbc text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63cfbc;
Background color
Panel with #63cfbc background
background-color: #63cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63cfbc; background: linear-gradient(135deg, #63cfbc, #639ACF);