#dfe261
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 226, 97
HSL
61°, 69%, 63%
CMYK
1, 0, 57, 11
Luminance
0.7094
Every format
| HEX | #dfe261 |
| RGB | rgb(223, 226, 97) |
| HSL | hsl(61, 69%, 63%) |
| CMYK | cmyk(1%, 0%, 57%, 11%) |
| LAB | lab(87.5 -17.5 61.3) |
| LCH | lch(87.5 63.7 106.0) |
| OKLCH | oklch(0.886 0.151 110.4) |
Copy-ready code
/* CSS */
color: #dfe261;
background-color: #dfe261;
/* Tailwind (arbitrary) */
class="text-[#dfe261] bg-[#dfe261]"
/* SCSS */
$brand: #dfe261;
/* SwiftUI */
Color(red: 0.875, green: 0.886, blue: 0.380)
/* Android */
Color.parseColor("#dfe261")Accessibility — WCAG contrast
Aa
#dfe261 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe261 on black: 15.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green88.6%
Blue38.0%
CMYK percentages
Cyan1.3%
Magenta0.0%
Yellow57.1%
Key (black)11.4%
Color previews
#dfe261 text on a black background
contrast 15.19:1
Card sample
#dfe261 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe261;
Background color
Panel with #dfe261 background
background-color: #dfe261;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe261;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 226, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 226, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe261; background: linear-gradient(135deg, #dfe261, #89E261);