#dfd367
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 211, 103
HSL
54°, 65%, 64%
CMYK
0, 5, 54, 13
Luminance
0.6326
Every format
| HEX | #dfd367 |
| RGB | rgb(223, 211, 103) |
| HSL | hsl(54, 65%, 64%) |
| CMYK | cmyk(0%, 5%, 54%, 13%) |
| LAB | lab(83.6 -9.6 54.2) |
| LCH | lch(83.6 55.0 100.1) |
| OKLCH | oklch(0.855 0.130 103.0) |
Copy-ready code
/* CSS */
color: #dfd367;
background-color: #dfd367;
/* Tailwind (arbitrary) */
class="text-[#dfd367] bg-[#dfd367]"
/* SCSS */
$brand: #dfd367;
/* SwiftUI */
Color(red: 0.875, green: 0.827, blue: 0.404)
/* Android */
Color.parseColor("#dfd367")Accessibility — WCAG contrast
Aa
#dfd367 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd367 on black: 13.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.7%
Blue40.4%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow53.8%
Key (black)12.5%
Color previews
#dfd367 text on a black background
contrast 13.65:1
Card sample
#dfd367 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd367;
Background color
Panel with #dfd367 background
background-color: #dfd367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 211, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 211, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd367; background: linear-gradient(135deg, #dfd367, #9BDF67);