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