#dfdfba
a light, soft yellow · cool · closest name: beige
RGB
223, 223, 186
HSL
60°, 37%, 80%
CMYK
0, 0, 17, 13
Luminance
0.7201
Every format
| HEX | #dfdfba |
| RGB | rgb(223, 223, 186) |
| HSL | hsl(60, 37%, 80%) |
| CMYK | cmyk(0%, 0%, 17%, 13%) |
| LAB | lab(88.0 -6.1 18.2) |
| LCH | lch(88.0 19.2 108.6) |
| OKLCH | oklch(0.894 0.049 107.4) |
Copy-ready code
/* CSS */
color: #dfdfba;
background-color: #dfdfba;
/* Tailwind (arbitrary) */
class="text-[#dfdfba] bg-[#dfdfba]"
/* SCSS */
$brand: #dfdfba;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#dfdfba")Accessibility — WCAG contrast
Aa
#dfdfba on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdfba on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#dfdfba text on a black background
contrast 15.40:1
Card sample
#dfdfba text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdfba;
Background color
Panel with #dfdfba background
background-color: #dfdfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdfba; background: linear-gradient(135deg, #dfdfba, #C6DFBA);