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