#cfb7b3
a light, soft red · warm · closest name: silver
RGB
207, 183, 179
HSL
9°, 23%, 76%
CMYK
0, 12, 14, 19
Luminance
0.5039
Every format
| HEX | #cfb7b3 |
| RGB | rgb(207, 183, 179) |
| HSL | hsl(9, 23%, 76%) |
| CMYK | cmyk(0%, 12%, 14%, 19%) |
| LAB | lab(76.3 7.9 5.2) |
| LCH | lch(76.3 9.4 33.2) |
| OKLCH | oklch(0.799 0.028 29.0) |
Copy-ready code
/* CSS */
color: #cfb7b3;
background-color: #cfb7b3;
/* Tailwind (arbitrary) */
class="text-[#cfb7b3] bg-[#cfb7b3]"
/* SCSS */
$brand: #cfb7b3;
/* SwiftUI */
Color(red: 0.812, green: 0.718, blue: 0.702)
/* Android */
Color.parseColor("#cfb7b3")Accessibility — WCAG contrast
Aa
#cfb7b3 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb7b3 on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green71.8%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow13.5%
Key (black)18.8%
Color previews
#cfb7b3 text on a black background
contrast 11.08:1
Card sample
#cfb7b3 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb7b3;
Background color
Panel with #cfb7b3 background
background-color: #cfb7b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb7b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 183, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 183, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb7b3; background: linear-gradient(135deg, #cfb7b3, #CFCAB3);