#dfe554
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 229, 84
HSL
63°, 74%, 61%
CMYK
3, 0, 63, 10
Luminance
0.7237
Every format
| HEX | #dfe554 |
| RGB | rgb(223, 229, 84) |
| HSL | hsl(63, 74%, 61%) |
| CMYK | cmyk(3%, 0%, 63%, 10%) |
| LAB | lab(88.2 -19.9 67.4) |
| LCH | lch(88.2 70.3 106.4) |
| OKLCH | oklch(0.891 0.164 111.6) |
Copy-ready code
/* CSS */
color: #dfe554;
background-color: #dfe554;
/* Tailwind (arbitrary) */
class="text-[#dfe554] bg-[#dfe554]"
/* SCSS */
$brand: #dfe554;
/* SwiftUI */
Color(red: 0.875, green: 0.898, blue: 0.329)
/* Android */
Color.parseColor("#dfe554")Accessibility — WCAG contrast
Aa
#dfe554 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfe554 on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green89.8%
Blue32.9%
CMYK percentages
Cyan2.6%
Magenta0.0%
Yellow63.3%
Key (black)10.2%
Color previews
#dfe554 text on a black background
contrast 15.47:1
Card sample
#dfe554 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfe554;
Background color
Panel with #dfe554 background
background-color: #dfe554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfe554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 229, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 229, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfe554; background: linear-gradient(135deg, #dfe554, #7EE554);