#dfccb0
a light, soft orange · warm · closest name: tan
RGB
223, 204, 176
HSL
36°, 42%, 78%
CMYK
0, 9, 21, 13
Luminance
0.6201
Every format
| HEX | #dfccb0 |
| RGB | rgb(223, 204, 176) |
| HSL | hsl(36, 42%, 78%) |
| CMYK | cmyk(0%, 9%, 21%, 13%) |
| LAB | lab(82.9 2.2 16.4) |
| LCH | lch(82.9 16.5 82.3) |
| OKLCH | oklch(0.854 0.043 77.6) |
Copy-ready code
/* CSS */
color: #dfccb0;
background-color: #dfccb0;
/* Tailwind (arbitrary) */
class="text-[#dfccb0] bg-[#dfccb0]"
/* SCSS */
$brand: #dfccb0;
/* SwiftUI */
Color(red: 0.875, green: 0.800, blue: 0.690)
/* Android */
Color.parseColor("#dfccb0")Accessibility — WCAG contrast
Aa
#dfccb0 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfccb0 on black: 13.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.0%
Blue69.0%
CMYK percentages
Cyan0.0%
Magenta8.5%
Yellow21.1%
Key (black)12.5%
Color previews
#dfccb0 text on a black background
contrast 13.40:1
Card sample
#dfccb0 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfccb0;
Background color
Panel with #dfccb0 background
background-color: #dfccb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfccb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 204, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 204, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfccb0; background: linear-gradient(135deg, #dfccb0, #D3DFB0);