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