#cfada6
a light, soft red · warm · closest name: silver
RGB
207, 173, 166
HSL
10°, 30%, 73%
CMYK
0, 16, 20, 19
Luminance
0.4591
Every format
| HEX | #cfada6 |
| RGB | rgb(207, 173, 166) |
| HSL | hsl(10, 30%, 73%) |
| CMYK | cmyk(0%, 16%, 20%, 19%) |
| LAB | lab(73.5 11.2 8.2) |
| LCH | lch(73.5 13.9 36.1) |
| OKLCH | oklch(0.776 0.041 31.6) |
Copy-ready code
/* CSS */
color: #cfada6;
background-color: #cfada6;
/* Tailwind (arbitrary) */
class="text-[#cfada6] bg-[#cfada6]"
/* SCSS */
$brand: #cfada6;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.651)
/* Android */
Color.parseColor("#cfada6")Accessibility — WCAG contrast
Aa
#cfada6 on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfada6 on black: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow19.8%
Key (black)18.8%
Color previews
#cfada6 text on a black background
contrast 10.18:1
Card sample
#cfada6 text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfada6;
Background color
Panel with #cfada6 background
background-color: #cfada6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfada6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfada6; background: linear-gradient(135deg, #cfada6, #CFC8A6);