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