#dfe8af
a light, vivid yellow · cool · closest name: beige
RGB
223, 232, 175
HSL
70°, 55%, 80%
CMYK
4, 0, 25, 9
Luminance
0.7650
Every format
| HEX | #dfe8af |
| RGB | rgb(223, 232, 175) |
| HSL | hsl(70, 55%, 80%) |
| CMYK | cmyk(4%, 0%, 25%, 9%) |
| LAB | lab(90.1 -12.2 26.8) |
| LCH | lch(90.1 29.5 114.5) |
| OKLCH | oklch(0.910 0.075 115.2) |
Copy-ready code
/* CSS */
color: #dfe8af;
background-color: #dfe8af;
/* Tailwind (arbitrary) */
class="text-[#dfe8af] bg-[#dfe8af]"
/* SCSS */
$brand: #dfe8af;
/* SwiftUI */
Color(red: 0.875, green: 0.910, blue: 0.686)
/* Android */
Color.parseColor("#dfe8af")Accessibility — WCAG contrast
Aa
#dfe8af on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe8af on black: 16.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green91.0%
Blue68.6%
CMYK percentages
Cyan3.9%
Magenta0.0%
Yellow24.6%
Key (black)9.0%
Color previews
#dfe8af text on a black background
contrast 16.30:1
Card sample
#dfe8af text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe8af;
Background color
Panel with #dfe8af background
background-color: #dfe8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 232, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 232, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe8af; background: linear-gradient(135deg, #dfe8af, #B9E8AF);