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