#dfcdbb
a light, soft orange · warm · closest name: silver
RGB
223, 205, 187
HSL
30°, 36%, 80%
CMYK
0, 8, 16, 13
Luminance
0.6294
Every format
| HEX | #dfcdbb |
| RGB | rgb(223, 205, 187) |
| HSL | hsl(30, 36%, 80%) |
| CMYK | cmyk(0%, 8%, 16%, 13%) |
| LAB | lab(83.4 3.3 11.2) |
| LCH | lch(83.4 11.7 73.4) |
| OKLCH | oklch(0.858 0.032 67.4) |
Copy-ready code
/* CSS */
color: #dfcdbb;
background-color: #dfcdbb;
/* Tailwind (arbitrary) */
class="text-[#dfcdbb] bg-[#dfcdbb]"
/* SCSS */
$brand: #dfcdbb;
/* SwiftUI */
Color(red: 0.875, green: 0.804, blue: 0.733)
/* Android */
Color.parseColor("#dfcdbb")Accessibility — WCAG contrast
Aa
#dfcdbb on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfcdbb on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green80.4%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta8.1%
Yellow16.1%
Key (black)12.5%
Color previews
#dfcdbb text on a black background
contrast 13.59:1
Card sample
#dfcdbb text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfcdbb;
Background color
Panel with #dfcdbb background
background-color: #dfcdbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfcdbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 205, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 205, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfcdbb; background: linear-gradient(135deg, #dfcdbb, #D9DFBB);