#cfa2ab
a light, soft red · warm · closest name: pink
RGB
207, 162, 171
HSL
348°, 32%, 72%
CMYK
0, 22, 17, 19
Luminance
0.4205
Every format
| HEX | #cfa2ab |
| RGB | rgb(207, 162, 171) |
| HSL | hsl(348, 32%, 72%) |
| CMYK | cmyk(0%, 22%, 17%, 19%) |
| LAB | lab(70.9 18.0 1.7) |
| LCH | lch(70.9 18.1 5.5) |
| OKLCH | oklch(0.756 0.054 5.1) |
Copy-ready code
/* CSS */
color: #cfa2ab;
background-color: #cfa2ab;
/* Tailwind (arbitrary) */
class="text-[#cfa2ab] bg-[#cfa2ab]"
/* SCSS */
$brand: #cfa2ab;
/* SwiftUI */
Color(red: 0.812, green: 0.635, blue: 0.671)
/* Android */
Color.parseColor("#cfa2ab")Accessibility — WCAG contrast
Aa
#cfa2ab on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfa2ab on black: 9.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green63.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta21.7%
Yellow17.4%
Key (black)18.8%
Color previews
#cfa2ab text on a black background
contrast 9.41:1
Card sample
#cfa2ab text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfa2ab;
Background color
Panel with #cfa2ab background
background-color: #cfa2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfa2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 162, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 162, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfa2ab; background: linear-gradient(135deg, #cfa2ab, #CFB7A2);