#dfdfcb
a light, soft yellow · cool · closest name: beige
RGB
223, 223, 203
HSL
60°, 24%, 84%
CMYK
0, 0, 9, 13
Luminance
0.7278
Every format
| HEX | #dfdfcb |
| RGB | rgb(223, 223, 203) |
| HSL | hsl(60, 24%, 84%) |
| CMYK | cmyk(0%, 0%, 9%, 13%) |
| LAB | lab(88.3 -3.4 9.8) |
| LCH | lch(88.3 10.4 109.3) |
| OKLCH | oklch(0.898 0.027 106.9) |
Copy-ready code
/* CSS */
color: #dfdfcb;
background-color: #dfdfcb;
/* Tailwind (arbitrary) */
class="text-[#dfdfcb] bg-[#dfdfcb]"
/* SCSS */
$brand: #dfdfcb;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.796)
/* Android */
Color.parseColor("#dfdfcb")Accessibility — WCAG contrast
Aa
#dfdfcb on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdfcb on black: 15.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow9.0%
Key (black)12.5%
Color previews
#dfdfcb text on a black background
contrast 15.56:1
Card sample
#dfdfcb text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdfcb;
Background color
Panel with #dfdfcb background
background-color: #dfdfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdfcb; background: linear-gradient(135deg, #dfdfcb, #D2DFCB);