#cfb2b3
a light, soft red · warm · closest name: silver
RGB
207, 178, 179
HSL
358°, 23%, 76%
CMYK
0, 14, 14, 19
Luminance
0.4836
Every format
| HEX | #cfb2b3 |
| RGB | rgb(207, 178, 179) |
| HSL | hsl(358, 23%, 76%) |
| CMYK | cmyk(0%, 14%, 14%, 19%) |
| LAB | lab(75.0 10.6 3.4) |
| LCH | lch(75.0 11.1 17.6) |
| OKLCH | oklch(0.789 0.034 15.5) |
Copy-ready code
/* CSS */
color: #cfb2b3;
background-color: #cfb2b3;
/* Tailwind (arbitrary) */
class="text-[#cfb2b3] bg-[#cfb2b3]"
/* SCSS */
$brand: #cfb2b3;
/* SwiftUI */
Color(red: 0.812, green: 0.698, blue: 0.702)
/* Android */
Color.parseColor("#cfb2b3")Accessibility — WCAG contrast
Aa
#cfb2b3 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfb2b3 on black: 10.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green69.8%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta14.0%
Yellow13.5%
Key (black)18.8%
Color previews
#cfb2b3 text on a black background
contrast 10.67:1
Card sample
#cfb2b3 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfb2b3;
Background color
Panel with #cfb2b3 background
background-color: #cfb2b3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfb2b3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 178, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 178, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfb2b3; background: linear-gradient(135deg, #cfb2b3, #CFC4B2);