#dfe7af
a light, vivid yellow · cool · closest name: beige
RGB
223, 231, 175
HSL
69°, 54%, 80%
CMYK
4, 0, 24, 9
Luminance
0.7593
Every format
| HEX | #dfe7af |
| RGB | rgb(223, 231, 175) |
| HSL | hsl(69, 54%, 80%) |
| CMYK | cmyk(4%, 0%, 24%, 9%) |
| LAB | lab(89.8 -11.7 26.4) |
| LCH | lch(89.8 28.9 113.9) |
| OKLCH | oklch(0.908 0.073 114.5) |
Copy-ready code
/* CSS */
color: #dfe7af;
background-color: #dfe7af;
/* Tailwind (arbitrary) */
class="text-[#dfe7af] bg-[#dfe7af]"
/* SCSS */
$brand: #dfe7af;
/* SwiftUI */
Color(red: 0.875, green: 0.906, blue: 0.686)
/* Android */
Color.parseColor("#dfe7af")Accessibility — WCAG contrast
Aa
#dfe7af on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe7af on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green90.6%
Blue68.6%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow24.2%
Key (black)9.4%
Color previews
#dfe7af text on a black background
contrast 16.19:1
Card sample
#dfe7af text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe7af;
Background color
Panel with #dfe7af background
background-color: #dfe7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 231, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 231, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe7af; background: linear-gradient(135deg, #dfe7af, #BAE7AF);