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