#cfbcb1
a light, soft orange · warm · closest name: silver
RGB
207, 188, 177
HSL
22°, 24%, 75%
CMYK
0, 9, 15, 19
Luminance
0.5241
Every format
| HEX | #cfbcb1 |
| RGB | rgb(207, 188, 177) |
| HSL | hsl(22, 24%, 75%) |
| CMYK | cmyk(0%, 9%, 15%, 19%) |
| LAB | lab(77.5 4.9 8.0) |
| LCH | lch(77.5 9.4 58.5) |
| OKLCH | oklch(0.808 0.027 52.2) |
Copy-ready code
/* CSS */
color: #cfbcb1;
background-color: #cfbcb1;
/* Tailwind (arbitrary) */
class="text-[#cfbcb1] bg-[#cfbcb1]"
/* SCSS */
$brand: #cfbcb1;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.694)
/* Android */
Color.parseColor("#cfbcb1")Accessibility — WCAG contrast
Aa
#cfbcb1 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcb1 on black: 11.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue69.4%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow14.5%
Key (black)18.8%
Color previews
#cfbcb1 text on a black background
contrast 11.48:1
Card sample
#cfbcb1 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcb1;
Background color
Panel with #cfbcb1 background
background-color: #cfbcb1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcb1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcb1; background: linear-gradient(135deg, #cfbcb1, #CECFB1);