#cfb0b3
a light, soft red · warm · closest name: silver
RGB
207, 176, 179
HSL
354°, 24%, 75%
CMYK
0, 15, 14, 19
Luminance
0.4757
Every format
| HEX | #cfb0b3 |
| RGB | rgb(207, 176, 179) |
| HSL | hsl(354, 24%, 75%) |
| CMYK | cmyk(0%, 15%, 14%, 19%) |
| LAB | lab(74.5 11.7 2.6) |
| LCH | lch(74.5 12.0 12.7) |
| OKLCH | oklch(0.785 0.036 11.3) |
Copy-ready code
/* CSS */
color: #cfb0b3;
background-color: #cfb0b3;
/* Tailwind (arbitrary) */
class="text-[#cfb0b3] bg-[#cfb0b3]"
/* SCSS */
$brand: #cfb0b3;
/* SwiftUI */
Color(red: 0.812, green: 0.690, blue: 0.702)
/* Android */
Color.parseColor("#cfb0b3")Accessibility — WCAG contrast
Aa
#cfb0b3 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb0b3 on black: 10.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.0%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta15.0%
Yellow13.5%
Key (black)18.8%
Color previews
#cfb0b3 text on a black background
contrast 10.51:1
Card sample
#cfb0b3 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb0b3;
Background color
Panel with #cfb0b3 background
background-color: #cfb0b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb0b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 176, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 176, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb0b3; background: linear-gradient(135deg, #cfb0b3, #CFC2B0);