#dfeba1
a light, vivid yellow · cool · closest name: khaki
RGB
223, 235, 161
HSL
70°, 65%, 78%
CMYK
5, 0, 32, 8
Luminance
0.7768
Every format
| HEX | #dfeba1 |
| RGB | rgb(223, 235, 161) |
| HSL | hsl(70, 65%, 78%) |
| CMYK | cmyk(5%, 0%, 32%, 8%) |
| LAB | lab(90.6 -15.6 34.7) |
| LCH | lch(90.6 38.0 114.2) |
| OKLCH | oklch(0.914 0.096 115.8) |
Copy-ready code
/* CSS */
color: #dfeba1;
background-color: #dfeba1;
/* Tailwind (arbitrary) */
class="text-[#dfeba1] bg-[#dfeba1]"
/* SCSS */
$brand: #dfeba1;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.631)
/* Android */
Color.parseColor("#dfeba1")Accessibility — WCAG contrast
Aa
#dfeba1 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeba1 on black: 16.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue63.1%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow31.5%
Key (black)7.8%
Color previews
#dfeba1 text on a black background
contrast 16.54:1
Card sample
#dfeba1 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeba1;
Background color
Panel with #dfeba1 background
background-color: #dfeba1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeba1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeba1; background: linear-gradient(135deg, #dfeba1, #AEEBA1);