#dfd663
a balanced, vivid yellow · cool · closest name: khaki
RGB
223, 214, 99
HSL
56°, 66%, 63%
CMYK
0, 4, 56, 13
Luminance
0.6468
Every format
| HEX | #dfd663 |
| RGB | rgb(223, 214, 99) |
| HSL | hsl(56, 66%, 63%) |
| CMYK | cmyk(0%, 4%, 56%, 13%) |
| LAB | lab(84.3 -11.4 56.9) |
| LCH | lch(84.3 58.0 101.4) |
| OKLCH | oklch(0.861 0.137 104.8) |
Copy-ready code
/* CSS */
color: #dfd663;
background-color: #dfd663;
/* Tailwind (arbitrary) */
class="text-[#dfd663] bg-[#dfd663]"
/* SCSS */
$brand: #dfd663;
/* SwiftUI */
Color(red: 0.875, green: 0.839, blue: 0.388)
/* Android */
Color.parseColor("#dfd663")Accessibility — WCAG contrast
Aa
#dfd663 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd663 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.9%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow55.6%
Key (black)12.5%
Color previews
#dfd663 text on a black background
contrast 13.94:1
Card sample
#dfd663 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd663;
Background color
Panel with #dfd663 background
background-color: #dfd663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 214, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 214, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd663; background: linear-gradient(135deg, #dfd663, #95DF63);