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