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