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