#cfbcb3
a light, soft orange · warm · closest name: silver
RGB
207, 188, 179
HSL
19°, 23%, 76%
CMYK
0, 9, 14, 19
Luminance
0.5249
Every format
| HEX | #cfbcb3 |
| RGB | rgb(207, 188, 179) |
| HSL | hsl(19, 23%, 76%) |
| CMYK | cmyk(0%, 9%, 14%, 19%) |
| LAB | lab(77.6 5.2 7.0) |
| LCH | lch(77.6 8.7 53.2) |
| OKLCH | oklch(0.809 0.025 47.1) |
Copy-ready code
/* CSS */
color: #cfbcb3;
background-color: #cfbcb3;
/* Tailwind (arbitrary) */
class="text-[#cfbcb3] bg-[#cfbcb3]"
/* SCSS */
$brand: #cfbcb3;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.702)
/* Android */
Color.parseColor("#cfbcb3")Accessibility — WCAG contrast
Aa
#cfbcb3 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcb3 on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow13.5%
Key (black)18.8%
Color previews
#cfbcb3 text on a black background
contrast 11.50:1
Card sample
#cfbcb3 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcb3;
Background color
Panel with #cfbcb3 background
background-color: #cfbcb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcb3; background: linear-gradient(135deg, #cfbcb3, #CFCFB3);