#63baac
a balanced, soft cyan · cool · closest name: turquoise
RGB
99, 186, 172
HSL
170°, 39%, 56%
CMYK
47, 0, 8, 27
Luminance
0.4075
Every format
| HEX | #63baac |
| RGB | rgb(99, 186, 172) |
| HSL | hsl(170, 39%, 56%) |
| CMYK | cmyk(47%, 0%, 8%, 27%) |
| LAB | lab(70.0 -29.7 -1.0) |
| LCH | lch(70.0 29.7 182.0) |
| OKLCH | oklch(0.730 0.087 182.1) |
Copy-ready code
/* CSS */
color: #63baac;
background-color: #63baac;
/* Tailwind (arbitrary) */
class="text-[#63baac] bg-[#63baac]"
/* SCSS */
$brand: #63baac;
/* SwiftUI */
Color(red: 0.388, green: 0.729, blue: 0.675)
/* Android */
Color.parseColor("#63baac")Accessibility — WCAG contrast
Aa
#63baac on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63baac on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green72.9%
Blue67.5%
CMYK percentages
Cyan46.8%
Magenta0.0%
Yellow7.5%
Key (black)27.1%
Color previews
#63baac text on a black background
contrast 9.15:1
Card sample
#63baac text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63baac;
Background color
Panel with #63baac background
background-color: #63baac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63baac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 186, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 186, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63baac; background: linear-gradient(135deg, #63baac, #638EBA);