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