#cfaeb3
a light, soft red · warm · closest name: silver
RGB
207, 174, 179
HSL
351°, 26%, 75%
CMYK
0, 16, 14, 19
Luminance
0.4679
Every format
| HEX | #cfaeb3 |
| RGB | rgb(207, 174, 179) |
| HSL | hsl(351, 26%, 75%) |
| CMYK | cmyk(0%, 16%, 14%, 19%) |
| LAB | lab(74.1 12.8 1.9) |
| LCH | lch(74.1 12.9 8.5) |
| OKLCH | oklch(0.781 0.039 7.7) |
Copy-ready code
/* CSS */
color: #cfaeb3;
background-color: #cfaeb3;
/* Tailwind (arbitrary) */
class="text-[#cfaeb3] bg-[#cfaeb3]"
/* SCSS */
$brand: #cfaeb3;
/* SwiftUI */
Color(red: 0.812, green: 0.682, blue: 0.702)
/* Android */
Color.parseColor("#cfaeb3")Accessibility — WCAG contrast
Aa
#cfaeb3 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfaeb3 on black: 10.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green68.2%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow13.5%
Key (black)18.8%
Color previews
#cfaeb3 text on a black background
contrast 10.36:1
Card sample
#cfaeb3 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfaeb3;
Background color
Panel with #cfaeb3 background
background-color: #cfaeb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfaeb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 174, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 174, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfaeb3; background: linear-gradient(135deg, #cfaeb3, #CFBFAE);