#cfaba2
a light, soft red · warm · closest name: silver
RGB
207, 171, 162
HSL
12°, 32%, 72%
CMYK
0, 17, 22, 19
Luminance
0.4500
Every format
| HEX | #cfaba2 |
| RGB | rgb(207, 171, 162) |
| HSL | hsl(12, 32%, 72%) |
| CMYK | cmyk(0%, 17%, 22%, 19%) |
| LAB | lab(72.9 11.7 9.6) |
| LCH | lch(72.9 15.1 39.2) |
| OKLCH | oklch(0.771 0.044 34.4) |
Copy-ready code
/* CSS */
color: #cfaba2;
background-color: #cfaba2;
/* Tailwind (arbitrary) */
class="text-[#cfaba2] bg-[#cfaba2]"
/* SCSS */
$brand: #cfaba2;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.635)
/* Android */
Color.parseColor("#cfaba2")Accessibility — WCAG contrast
Aa
#cfaba2 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfaba2 on black: 10.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow21.7%
Key (black)18.8%
Color previews
#cfaba2 text on a black background
contrast 10.00:1
Card sample
#cfaba2 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfaba2;
Background color
Panel with #cfaba2 background
background-color: #cfaba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfaba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfaba2; background: linear-gradient(135deg, #cfaba2, #CFC9A2);