#dfeb97
a light, vivid yellow · cool · closest name: khaki
RGB
223, 235, 151
HSL
69°, 68%, 76%
CMYK
5, 0, 36, 8
Luminance
0.7734
Every format
| HEX | #dfeb97 |
| RGB | rgb(223, 235, 151) |
| HSL | hsl(69, 68%, 76%) |
| CMYK | cmyk(5%, 0%, 36%, 8%) |
| LAB | lab(90.5 -16.8 39.5) |
| LCH | lch(90.5 42.9 113.1) |
| OKLCH | oklch(0.912 0.107 115.2) |
Copy-ready code
/* CSS */
color: #dfeb97;
background-color: #dfeb97;
/* Tailwind (arbitrary) */
class="text-[#dfeb97] bg-[#dfeb97]"
/* SCSS */
$brand: #dfeb97;
/* SwiftUI */
Color(red: 0.875, green: 0.922, blue: 0.592)
/* Android */
Color.parseColor("#dfeb97")Accessibility — WCAG contrast
Aa
#dfeb97 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfeb97 on black: 16.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green92.2%
Blue59.2%
CMYK percentages
Cyan5.1%
Magenta0.0%
Yellow35.7%
Key (black)7.8%
Color previews
#dfeb97 text on a black background
contrast 16.47:1
Card sample
#dfeb97 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfeb97;
Background color
Panel with #dfeb97 background
background-color: #dfeb97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfeb97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 235, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 235, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfeb97; background: linear-gradient(135deg, #dfeb97, #A7EB97);