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