#63cfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
99, 207, 172
HSL
161°, 53%, 60%
CMYK
52, 0, 17, 19
Luminance
0.5026
Every format
| HEX | #63cfac |
| RGB | rgb(99, 207, 172) |
| HSL | hsl(161, 53%, 60%) |
| CMYK | cmyk(52%, 0%, 17%, 19%) |
| LAB | lab(76.2 -39.5 8.0) |
| LCH | lch(76.2 40.3 168.6) |
| OKLCH | oklch(0.781 0.113 169.6) |
Copy-ready code
/* CSS */
color: #63cfac;
background-color: #63cfac;
/* Tailwind (arbitrary) */
class="text-[#63cfac] bg-[#63cfac]"
/* SCSS */
$brand: #63cfac;
/* SwiftUI */
Color(red: 0.388, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#63cfac")Accessibility — WCAG contrast
Aa
#63cfac on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63cfac on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green81.2%
Blue67.5%
CMYK percentages
Cyan52.2%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#63cfac text on a black background
contrast 11.05:1
Card sample
#63cfac text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63cfac;
Background color
Panel with #63cfac background
background-color: #63cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63cfac; background: linear-gradient(135deg, #63cfac, #63AACF);