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