#dfdfbc
a light, soft yellow · cool · closest name: beige
RGB
223, 223, 188
HSL
60°, 35%, 81%
CMYK
0, 0, 16, 13
Luminance
0.7209
Every format
| HEX | #dfdfbc |
| RGB | rgb(223, 223, 188) |
| HSL | hsl(60, 35%, 81%) |
| CMYK | cmyk(0%, 0%, 16%, 13%) |
| LAB | lab(88.0 -5.8 17.2) |
| LCH | lch(88.0 18.1 108.7) |
| OKLCH | oklch(0.895 0.046 107.3) |
Copy-ready code
/* CSS */
color: #dfdfbc;
background-color: #dfdfbc;
/* Tailwind (arbitrary) */
class="text-[#dfdfbc] bg-[#dfdfbc]"
/* SCSS */
$brand: #dfdfbc;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#dfdfbc")Accessibility — WCAG contrast
Aa
#dfdfbc on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdfbc on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#dfdfbc text on a black background
contrast 15.42:1
Card sample
#dfdfbc text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdfbc;
Background color
Panel with #dfdfbc background
background-color: #dfdfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdfbc; background: linear-gradient(135deg, #dfdfbc, #C8DFBC);