#cfadad
a light, soft red · warm · closest name: silver
RGB
207, 173, 173
HSL
0°, 26%, 75%
CMYK
0, 16, 16, 19
Luminance
0.4617
Every format
| HEX | #cfadad |
| RGB | rgb(207, 173, 173) |
| HSL | hsl(0, 26%, 75%) |
| CMYK | cmyk(0%, 16%, 16%, 19%) |
| LAB | lab(73.7 12.3 4.6) |
| LCH | lch(73.7 13.2 20.6) |
| OKLCH | oklch(0.778 0.040 18.0) |
Copy-ready code
/* CSS */
color: #cfadad;
background-color: #cfadad;
/* Tailwind (arbitrary) */
class="text-[#cfadad] bg-[#cfadad]"
/* SCSS */
$brand: #cfadad;
/* SwiftUI */
Color(red: 0.812, green: 0.678, blue: 0.678)
/* Android */
Color.parseColor("#cfadad")Accessibility — WCAG contrast
Aa
#cfadad on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfadad on black: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta16.4%
Yellow16.4%
Key (black)18.8%
Color previews
#cfadad text on a black background
contrast 10.23:1
Card sample
#cfadad text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfadad;
Background color
Panel with #cfadad background
background-color: #cfadad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfadad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 173, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 173, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfadad; background: linear-gradient(135deg, #cfadad, #CFC4AD);