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