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