#63bfac
a balanced, soft cyan · cool · closest name: turquoise
RGB
99, 191, 172
HSL
168°, 42%, 57%
CMYK
48, 0, 10, 25
Luminance
0.4289
Every format
| HEX | #63bfac |
| RGB | rgb(99, 191, 172) |
| HSL | hsl(168, 42%, 57%) |
| CMYK | cmyk(48%, 0%, 10%, 25%) |
| LAB | lab(71.5 -32.1 1.1) |
| LCH | lch(71.5 32.1 178.0) |
| OKLCH | oklch(0.742 0.093 178.5) |
Copy-ready code
/* CSS */
color: #63bfac;
background-color: #63bfac;
/* Tailwind (arbitrary) */
class="text-[#63bfac] bg-[#63bfac]"
/* SCSS */
$brand: #63bfac;
/* SwiftUI */
Color(red: 0.388, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#63bfac")Accessibility — WCAG contrast
Aa
#63bfac on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63bfac on black: 9.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green74.9%
Blue67.5%
CMYK percentages
Cyan48.2%
Magenta0.0%
Yellow9.9%
Key (black)25.1%
Color previews
#63bfac text on a black background
contrast 9.58:1
Card sample
#63bfac text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63bfac;
Background color
Panel with #63bfac background
background-color: #63bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63bfac; background: linear-gradient(135deg, #63bfac, #6395BF);