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