#dfd154
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 209, 84
HSL
54°, 69%, 60%
CMYK
0, 6, 62, 13
Luminance
0.6193
Every format
| HEX | #dfd154 |
| RGB | rgb(223, 209, 84) |
| HSL | hsl(54, 69%, 60%) |
| CMYK | cmyk(0%, 6%, 62%, 13%) |
| LAB | lab(82.9 -10.0 61.8) |
| LCH | lch(82.9 62.6 99.1) |
| OKLCH | oklch(0.849 0.145 102.9) |
Copy-ready code
/* CSS */
color: #dfd154;
background-color: #dfd154;
/* Tailwind (arbitrary) */
class="text-[#dfd154] bg-[#dfd154]"
/* SCSS */
$brand: #dfd154;
/* SwiftUI */
Color(red: 0.875, green: 0.820, blue: 0.329)
/* Android */
Color.parseColor("#dfd154")Accessibility — WCAG contrast
Aa
#dfd154 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd154 on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.0%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow62.3%
Key (black)12.5%
Color previews
#dfd154 text on a black background
contrast 13.39:1
Card sample
#dfd154 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd154;
Background color
Panel with #dfd154 background
background-color: #dfd154;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd154;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 209, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 209, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd154; background: linear-gradient(135deg, #dfd154, #90DF54);