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