#cfac6c
a balanced, vivid orange · warm · closest name: tan
RGB
207, 172, 108
HSL
39°, 51%, 62%
CMYK
0, 17, 48, 19
Luminance
0.4385
Every format
| HEX | #cfac6c |
| RGB | rgb(207, 172, 108) |
| HSL | hsl(39, 51%, 62%) |
| CMYK | cmyk(0%, 17%, 48%, 19%) |
| LAB | lab(72.1 4.5 37.6) |
| LCH | lch(72.1 37.8 83.1) |
| OKLCH | oklch(0.761 0.092 81.7) |
Copy-ready code
/* CSS */
color: #cfac6c;
background-color: #cfac6c;
/* Tailwind (arbitrary) */
class="text-[#cfac6c] bg-[#cfac6c]"
/* SCSS */
$brand: #cfac6c;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.424)
/* Android */
Color.parseColor("#cfac6c")Accessibility — WCAG contrast
Aa
#cfac6c on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac6c on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow47.8%
Key (black)18.8%
Color previews
#cfac6c text on a black background
contrast 9.77:1
Card sample
#cfac6c text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac6c;
Background color
Panel with #cfac6c background
background-color: #cfac6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac6c; background: linear-gradient(135deg, #cfac6c, #B0CF6C);