#dfdfab
a light, soft yellow · cool · closest name: beige
RGB
223, 223, 171
HSL
60°, 45%, 77%
CMYK
0, 0, 23, 13
Luminance
0.7140
Every format
| HEX | #dfdfab |
| RGB | rgb(223, 223, 171) |
| HSL | hsl(60, 45%, 77%) |
| CMYK | cmyk(0%, 0%, 23%, 13%) |
| LAB | lab(87.7 -8.3 25.6) |
| LCH | lch(87.7 26.9 107.9) |
| OKLCH | oklch(0.891 0.068 107.7) |
Copy-ready code
/* CSS */
color: #dfdfab;
background-color: #dfdfab;
/* Tailwind (arbitrary) */
class="text-[#dfdfab] bg-[#dfdfab]"
/* SCSS */
$brand: #dfdfab;
/* SwiftUI */
Color(red: 0.875, green: 0.875, blue: 0.671)
/* Android */
Color.parseColor("#dfdfab")Accessibility — WCAG contrast
Aa
#dfdfab on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfdfab on black: 15.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green87.5%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow23.3%
Key (black)12.5%
Color previews
#dfdfab text on a black background
contrast 15.28:1
Card sample
#dfdfab text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfdfab;
Background color
Panel with #dfdfab background
background-color: #dfdfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfdfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 223, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 223, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfdfab; background: linear-gradient(135deg, #dfdfab, #BCDFAB);