#cfac92
a light, soft orange · warm · closest name: tan
RGB
207, 172, 146
HSL
26°, 39%, 69%
CMYK
0, 17, 30, 19
Luminance
0.4485
Every format
| HEX | #cfac92 |
| RGB | rgb(207, 172, 146) |
| HSL | hsl(26, 39%, 69%) |
| CMYK | cmyk(0%, 17%, 30%, 19%) |
| LAB | lab(72.8 8.9 18.1) |
| LCH | lch(72.8 20.2 63.9) |
| OKLCH | oklch(0.769 0.054 58.4) |
Copy-ready code
/* CSS */
color: #cfac92;
background-color: #cfac92;
/* Tailwind (arbitrary) */
class="text-[#cfac92] bg-[#cfac92]"
/* SCSS */
$brand: #cfac92;
/* SwiftUI */
Color(red: 0.812, green: 0.675, blue: 0.573)
/* Android */
Color.parseColor("#cfac92")Accessibility — WCAG contrast
Aa
#cfac92 on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfac92 on black: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green67.5%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta16.9%
Yellow29.5%
Key (black)18.8%
Color previews
#cfac92 text on a black background
contrast 9.97:1
Card sample
#cfac92 text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfac92;
Background color
Panel with #cfac92 background
background-color: #cfac92;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfac92;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 172, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 172, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfac92; background: linear-gradient(135deg, #cfac92, #C9CF92);