#cfaca3
a light, soft red · warm · closest name: silver
RGB
207, 172, 163
HSL
12°, 31%, 73%
CMYK
0, 17, 21, 19
Luminance
0.4541
Every format
| HEX | #cfaca3 |
| RGB | rgb(207, 172, 163) |
| HSL | hsl(12, 31%, 73%) |
| CMYK | cmyk(0%, 17%, 21%, 19%) |
| LAB | lab(73.2 11.3 9.4) |
| LCH | lch(73.2 14.7 39.7) |
| OKLCH | oklch(0.773 0.043 34.8) |
Copy-ready code
/* CSS */
color: #cfaca3;
background-color: #cfaca3;
/* Tailwind (arbitrary) */
class="text-[#cfaca3] bg-[#cfaca3]"
/* SCSS */
$brand: #cfaca3;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.639)
/* Android */
Color.parseColor("#cfaca3")Accessibility — WCAG contrast
Aa
#cfaca3 on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfaca3 on black: 10.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow21.3%
Key (black)18.8%
Color previews
#cfaca3 text on a black background
contrast 10.08:1
Card sample
#cfaca3 text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfaca3;
Background color
Panel with #cfaca3 background
background-color: #cfaca3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfaca3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfaca3; background: linear-gradient(135deg, #cfaca3, #CFC9A3);