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