#cfc4b8
a light, soft orange · warm · closest name: silver
RGB
207, 196, 184
HSL
31°, 19%, 77%
CMYK
0, 5, 11, 19
Luminance
0.5621
Every format
| HEX | #cfc4b8 |
| RGB | rgb(207, 196, 184) |
| HSL | hsl(31, 19%, 77%) |
| CMYK | cmyk(0%, 5%, 11%, 19%) |
| LAB | lab(79.7 1.8 7.4) |
| LCH | lch(79.7 7.6 76.3) |
| OKLCH | oklch(0.826 0.021 69.9) |
Copy-ready code
/* CSS */
color: #cfc4b8;
background-color: #cfc4b8;
/* Tailwind (arbitrary) */
class="text-[#cfc4b8] bg-[#cfc4b8]"
/* SCSS */
$brand: #cfc4b8;
/* SwiftUI */
Color(red: 0.812, green: 0.769, blue: 0.722)
/* Android */
Color.parseColor("#cfc4b8")Accessibility — WCAG contrast
Aa
#cfc4b8 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc4b8 on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.9%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta5.3%
Yellow11.1%
Key (black)18.8%
Color previews
#cfc4b8 text on a black background
contrast 12.24:1
Card sample
#cfc4b8 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc4b8;
Background color
Panel with #cfc4b8 background
background-color: #cfc4b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc4b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 196, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 196, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc4b8; background: linear-gradient(135deg, #cfc4b8, #CBCFB8);