#cfbaba
a light, soft red · warm · closest name: silver
RGB
207, 186, 186
HSL
0°, 18%, 77%
CMYK
0, 10, 10, 19
Luminance
0.5193
Every format
| HEX | #cfbaba |
| RGB | rgb(207, 186, 186) |
| HSL | hsl(0, 18%, 77%) |
| CMYK | cmyk(0%, 10%, 10%, 19%) |
| LAB | lab(77.2 7.5 2.7) |
| LCH | lch(77.2 7.9 20.1) |
| OKLCH | oklch(0.807 0.024 17.7) |
Copy-ready code
/* CSS */
color: #cfbaba;
background-color: #cfbaba;
/* Tailwind (arbitrary) */
class="text-[#cfbaba] bg-[#cfbaba]"
/* SCSS */
$brand: #cfbaba;
/* SwiftUI */
Color(red: 0.812, green: 0.729, blue: 0.729)
/* Android */
Color.parseColor("#cfbaba")Accessibility — WCAG contrast
Aa
#cfbaba on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbaba on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green72.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta10.1%
Yellow10.1%
Key (black)18.8%
Color previews
#cfbaba text on a black background
contrast 11.39:1
Card sample
#cfbaba text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbaba;
Background color
Panel with #cfbaba background
background-color: #cfbaba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbaba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 186, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 186, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbaba; background: linear-gradient(135deg, #cfbaba, #CFC8BA);