#dfe1af
a light, vivid yellow · cool · closest name: beige
RGB
223, 225, 175
HSL
62°, 46%, 78%
CMYK
1, 0, 22, 12
Luminance
0.7263
Every format
| HEX | #dfe1af |
| RGB | rgb(223, 225, 175) |
| HSL | hsl(62, 46%, 78%) |
| CMYK | cmyk(1%, 0%, 22%, 12%) |
| LAB | lab(88.3 -8.7 24.3) |
| LCH | lch(88.3 25.8 109.7) |
| OKLCH | oklch(0.896 0.066 109.6) |
Copy-ready code
/* CSS */
color: #dfe1af;
background-color: #dfe1af;
/* Tailwind (arbitrary) */
class="text-[#dfe1af] bg-[#dfe1af]"
/* SCSS */
$brand: #dfe1af;
/* SwiftUI */
Color(red: 0.875, green: 0.882, blue: 0.686)
/* Android */
Color.parseColor("#dfe1af")Accessibility — WCAG contrast
Aa
#dfe1af on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe1af on black: 15.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green88.2%
Blue68.6%
CMYK percentages
Cyan0.9%
Magenta0.0%
Yellow22.2%
Key (black)11.8%
Color previews
#dfe1af text on a black background
contrast 15.53:1
Card sample
#dfe1af text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe1af;
Background color
Panel with #dfe1af background
background-color: #dfe1af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe1af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 225, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 225, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe1af; background: linear-gradient(135deg, #dfe1af, #BEE1AF);