#cfabaf
a light, soft red · warm · closest name: pink
RGB
207, 171, 175
HSL
353°, 27%, 74%
CMYK
0, 17, 16, 19
Luminance
0.4549
Every format
| HEX | #cfabaf |
| RGB | rgb(207, 171, 175) |
| HSL | hsl(353, 27%, 74%) |
| CMYK | cmyk(0%, 17%, 16%, 19%) |
| LAB | lab(73.2 13.7 2.9) |
| LCH | lch(73.2 14.0 11.8) |
| OKLCH | oklch(0.774 0.042 10.6) |
Copy-ready code
/* CSS */
color: #cfabaf;
background-color: #cfabaf;
/* Tailwind (arbitrary) */
class="text-[#cfabaf] bg-[#cfabaf]"
/* SCSS */
$brand: #cfabaf;
/* SwiftUI */
Color(red: 0.812, green: 0.671, blue: 0.686)
/* Android */
Color.parseColor("#cfabaf")Accessibility — WCAG contrast
Aa
#cfabaf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfabaf on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow15.5%
Key (black)18.8%
Color previews
#cfabaf text on a black background
contrast 10.10:1
Card sample
#cfabaf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfabaf;
Background color
Panel with #cfabaf background
background-color: #cfabaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfabaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 171, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 171, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfabaf; background: linear-gradient(135deg, #cfabaf, #CFBFAB);