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