#cfbcac
a light, soft orange · warm · closest name: silver
RGB
207, 188, 172
HSL
27°, 27%, 74%
CMYK
0, 9, 17, 19
Luminance
0.5221
Every format
| HEX | #cfbcac |
| RGB | rgb(207, 188, 172) |
| HSL | hsl(27, 27%, 74%) |
| CMYK | cmyk(0%, 9%, 17%, 19%) |
| LAB | lab(77.4 4.1 10.5) |
| LCH | lch(77.4 11.3 68.7) |
| OKLCH | oklch(0.807 0.031 62.5) |
Copy-ready code
/* CSS */
color: #cfbcac;
background-color: #cfbcac;
/* Tailwind (arbitrary) */
class="text-[#cfbcac] bg-[#cfbcac]"
/* SCSS */
$brand: #cfbcac;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.675)
/* Android */
Color.parseColor("#cfbcac")Accessibility — WCAG contrast
Aa
#cfbcac on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcac on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow16.9%
Key (black)18.8%
Color previews
#cfbcac text on a black background
contrast 11.44:1
Card sample
#cfbcac text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcac;
Background color
Panel with #cfbcac background
background-color: #cfbcac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcac; background: linear-gradient(135deg, #cfbcac, #CBCFAC);