#cfbcae
a light, soft orange · warm · closest name: silver
RGB
207, 188, 174
HSL
26°, 26%, 75%
CMYK
0, 9, 16, 19
Luminance
0.5229
Every format
| HEX | #cfbcae |
| RGB | rgb(207, 188, 174) |
| HSL | hsl(26, 26%, 75%) |
| CMYK | cmyk(0%, 9%, 16%, 19%) |
| LAB | lab(77.5 4.4 9.5) |
| LCH | lch(77.5 10.5 65.0) |
| OKLCH | oklch(0.807 0.029 58.7) |
Copy-ready code
/* CSS */
color: #cfbcae;
background-color: #cfbcae;
/* Tailwind (arbitrary) */
class="text-[#cfbcae] bg-[#cfbcae]"
/* SCSS */
$brand: #cfbcae;
/* SwiftUI */
Color(red: 0.812, green: 0.737, blue: 0.682)
/* Android */
Color.parseColor("#cfbcae")Accessibility — WCAG contrast
Aa
#cfbcae on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfbcae on black: 11.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green73.7%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta9.2%
Yellow15.9%
Key (black)18.8%
Color previews
#cfbcae text on a black background
contrast 11.46:1
Card sample
#cfbcae text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfbcae;
Background color
Panel with #cfbcae background
background-color: #cfbcae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfbcae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 188, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 188, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfbcae; background: linear-gradient(135deg, #cfbcae, #CCCFAE);