#dfc1af
a light, soft orange · warm · closest name: tan
RGB
223, 193, 175
HSL
23°, 43%, 78%
CMYK
0, 14, 22, 13
Luminance
0.5692
Every format
| HEX | #dfc1af |
| RGB | rgb(223, 193, 175) |
| HSL | hsl(23, 43%, 78%) |
| CMYK | cmyk(0%, 14%, 22%, 13%) |
| LAB | lab(80.1 7.8 13.0) |
| LCH | lch(80.1 15.2 58.9) |
| OKLCH | oklch(0.832 0.042 52.9) |
Copy-ready code
/* CSS */
color: #dfc1af;
background-color: #dfc1af;
/* Tailwind (arbitrary) */
class="text-[#dfc1af] bg-[#dfc1af]"
/* SCSS */
$brand: #dfc1af;
/* SwiftUI */
Color(red: 0.875, green: 0.757, blue: 0.686)
/* Android */
Color.parseColor("#dfc1af")Accessibility — WCAG contrast
Aa
#dfc1af on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfc1af on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green75.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta13.5%
Yellow21.5%
Key (black)12.5%
Color previews
#dfc1af text on a black background
contrast 12.38:1
Card sample
#dfc1af text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfc1af;
Background color
Panel with #dfc1af background
background-color: #dfc1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfc1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 193, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 193, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfc1af; background: linear-gradient(135deg, #dfc1af, #DDDFAF);