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