#dfe5af
a light, vivid yellow · cool · closest name: beige
RGB
223, 229, 175
HSL
67°, 51%, 79%
CMYK
3, 0, 24, 10
Luminance
0.7482
Every format
| HEX | #dfe5af |
| RGB | rgb(223, 229, 175) |
| HSL | hsl(67, 51%, 79%) |
| CMYK | cmyk(3%, 0%, 24%, 10%) |
| LAB | lab(89.3 -10.7 25.7) |
| LCH | lch(89.3 27.9 112.6) |
| OKLCH | oklch(0.904 0.071 113.0) |
Copy-ready code
/* CSS */
color: #dfe5af;
background-color: #dfe5af;
/* Tailwind (arbitrary) */
class="text-[#dfe5af] bg-[#dfe5af]"
/* SCSS */
$brand: #dfe5af;
/* SwiftUI */
Color(red: 0.875, green: 0.898, blue: 0.686)
/* Android */
Color.parseColor("#dfe5af")Accessibility — WCAG contrast
Aa
#dfe5af on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe5af on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green89.8%
Blue68.6%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow23.6%
Key (black)10.2%
Color previews
#dfe5af text on a black background
contrast 15.96:1
Card sample
#dfe5af text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe5af;
Background color
Panel with #dfe5af background
background-color: #dfe5af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe5af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 229, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 229, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe5af; background: linear-gradient(135deg, #dfe5af, #BBE5AF);