#63acac
a balanced, soft cyan · cool · closest name: teal
RGB
99, 172, 172
HSL
180°, 31%, 53%
CMYK
42, 0, 0, 33
Luminance
0.3514
Every format
| HEX | #63acac |
| RGB | rgb(99, 172, 172) |
| HSL | hsl(180, 31%, 53%) |
| CMYK | cmyk(42%, 0%, 0%, 33%) |
| LAB | lab(65.8 -22.8 -7.1) |
| LCH | lch(65.8 23.8 197.4) |
| OKLCH | oklch(0.697 0.073 195.6) |
Copy-ready code
/* CSS */
color: #63acac;
background-color: #63acac;
/* Tailwind (arbitrary) */
class="text-[#63acac] bg-[#63acac]"
/* SCSS */
$brand: #63acac;
/* SwiftUI */
Color(red: 0.388, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#63acac")Accessibility — WCAG contrast
Aa
#63acac on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#63acac on black: 8.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.8%
Green67.5%
Blue67.5%
CMYK percentages
Cyan42.4%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#63acac text on a black background
contrast 8.03:1
Card sample
#63acac text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #63acac;
Background color
Panel with #63acac background
background-color: #63acac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #63acac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(99, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(99, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #63acac; background: linear-gradient(135deg, #63acac, #637BAC);