#dfe656
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 230, 86
HSL
63°, 74%, 62%
CMYK
3, 0, 63, 10
Luminance
0.7295
Every format
| HEX | #dfe656 |
| RGB | rgb(223, 230, 86) |
| HSL | hsl(63, 74%, 62%) |
| CMYK | cmyk(3%, 0%, 63%, 10%) |
| LAB | lab(88.4 -20.2 66.9) |
| LCH | lch(88.4 69.9 106.8) |
| OKLCH | oklch(0.893 0.164 111.9) |
Copy-ready code
/* CSS */
color: #dfe656;
background-color: #dfe656;
/* Tailwind (arbitrary) */
class="text-[#dfe656] bg-[#dfe656]"
/* SCSS */
$brand: #dfe656;
/* SwiftUI */
Color(red: 0.875, green: 0.902, blue: 0.337)
/* Android */
Color.parseColor("#dfe656")Accessibility — WCAG contrast
Aa
#dfe656 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe656 on black: 15.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green90.2%
Blue33.7%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow62.6%
Key (black)9.8%
Color previews
#dfe656 text on a black background
contrast 15.59:1
Card sample
#dfe656 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe656;
Background color
Panel with #dfe656 background
background-color: #dfe656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 230, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 230, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe656; background: linear-gradient(135deg, #dfe656, #7FE656);