#dfeb82
a light, vivid yellow · cool · closest name: khaki
RGB
223, 235, 130
HSL
67°, 72%, 72%
CMYK
5, 0, 45, 8
Luminance
0.7672
Every format
| HEX | #dfeb82 |
| RGB | rgb(223, 235, 130) |
| HSL | hsl(67, 72%, 72%) |
| CMYK | cmyk(5%, 0%, 45%, 8%) |
| LAB | lab(90.2 -19.1 49.4) |
| LCH | lch(90.2 52.9 111.1) |
| OKLCH | oklch(0.909 0.130 114.4) |
Copy-ready code
/* CSS */
color: #dfeb82;
background-color: #dfeb82;
/* Tailwind (arbitrary) */
class="text-[#dfeb82] bg-[#dfeb82]"
/* SCSS */
$brand: #dfeb82;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.510)
/* Android */
Color.parseColor("#dfeb82")Accessibility — WCAG contrast
Aa
#dfeb82 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeb82 on black: 16.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue51.0%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow44.7%
Key (black)7.8%
Color previews
#dfeb82 text on a black background
contrast 16.34:1
Card sample
#dfeb82 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeb82;
Background color
Panel with #dfeb82 background
background-color: #dfeb82;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeb82;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeb82; background: linear-gradient(135deg, #dfeb82, #99EB82);