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