#dfccb3
a light, soft orange · warm · closest name: tan
RGB
223, 204, 179
HSL
34°, 41%, 79%
CMYK
0, 9, 20, 13
Luminance
0.6213
Every format
| HEX | #dfccb3 |
| RGB | rgb(223, 204, 179) |
| HSL | hsl(34, 41%, 79%) |
| CMYK | cmyk(0%, 9%, 20%, 13%) |
| LAB | lab(83.0 2.6 14.9) |
| LCH | lch(83.0 15.1 79.9) |
| OKLCH | oklch(0.854 0.040 74.7) |
Copy-ready code
/* CSS */
color: #dfccb3;
background-color: #dfccb3;
/* Tailwind (arbitrary) */
class="text-[#dfccb3] bg-[#dfccb3]"
/* SCSS */
$brand: #dfccb3;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.702)
/* Android */
Color.parseColor("#dfccb3")Accessibility — WCAG contrast
Aa
#dfccb3 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfccb3 on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow19.7%
Key (black)12.5%
Color previews
#dfccb3 text on a black background
contrast 13.43:1
Card sample
#dfccb3 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfccb3;
Background color
Panel with #dfccb3 background
background-color: #dfccb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfccb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfccb3; background: linear-gradient(135deg, #dfccb3, #D5DFB3);