#cfb9b8
a light, soft red · warm · closest name: silver
RGB
207, 185, 184
HSL
3°, 19%, 77%
CMYK
0, 11, 11, 19
Luminance
0.5142
Every format
| HEX | #cfb9b8 |
| RGB | rgb(207, 185, 184) |
| HSL | hsl(3, 19%, 77%) |
| CMYK | cmyk(0%, 11%, 11%, 19%) |
| LAB | lab(76.9 7.7 3.4) |
| LCH | lch(76.9 8.4 23.8) |
| OKLCH | oklch(0.804 0.025 20.8) |
Copy-ready code
/* CSS */
color: #cfb9b8;
background-color: #cfb9b8;
/* Tailwind (arbitrary) */
class="text-[#cfb9b8] bg-[#cfb9b8]"
/* SCSS */
$brand: #cfb9b8;
/* SwiftUI */
Color(red: 0.812, green: 0.725, blue: 0.722)
/* Android */
Color.parseColor("#cfb9b8")Accessibility — WCAG contrast
Aa
#cfb9b8 on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb9b8 on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.5%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta10.6%
Yellow11.1%
Key (black)18.8%
Color previews
#cfb9b8 text on a black background
contrast 11.28:1
Card sample
#cfb9b8 text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb9b8;
Background color
Panel with #cfb9b8 background
background-color: #cfb9b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb9b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 185, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 185, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb9b8; background: linear-gradient(135deg, #cfb9b8, #CFC8B8);