#dfd355
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 211, 85
HSL
55°, 68%, 60%
CMYK
0, 5, 62, 13
Luminance
0.6293
Every format
| HEX | #dfd355 |
| RGB | rgb(223, 211, 85) |
| HSL | hsl(55, 68%, 60%) |
| CMYK | cmyk(0%, 5%, 62%, 13%) |
| LAB | lab(83.4 -10.9 62.0) |
| LCH | lch(83.4 62.9 100.0) |
| OKLCH | oklch(0.853 0.146 103.9) |
Copy-ready code
/* CSS */
color: #dfd355;
background-color: #dfd355;
/* Tailwind (arbitrary) */
class="text-[#dfd355] bg-[#dfd355]"
/* SCSS */
$brand: #dfd355;
/* SwiftUI */
Color(red: 0.875, green: 0.827, blue: 0.333)
/* Android */
Color.parseColor("#dfd355")Accessibility — WCAG contrast
Aa
#dfd355 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd355 on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.7%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow61.9%
Key (black)12.5%
Color previews
#dfd355 text on a black background
contrast 13.59:1
Card sample
#dfd355 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd355;
Background color
Panel with #dfd355 background
background-color: #dfd355;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd355;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 211, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 211, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd355; background: linear-gradient(135deg, #dfd355, #8FDF55);