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