#dfd199
a light, vivid yellow · cool · closest name: tan
RGB
223, 209, 153
HSL
48°, 52%, 74%
CMYK
0, 6, 31, 13
Luminance
0.6359
Every format
| HEX | #dfd199 |
| RGB | rgb(223, 209, 153) |
| HSL | hsl(48, 52%, 74%) |
| CMYK | cmyk(0%, 6%, 31%, 13%) |
| LAB | lab(83.8 -3.5 29.6) |
| LCH | lch(83.8 29.8 96.7) |
| OKLCH | oklch(0.859 0.074 95.8) |
Copy-ready code
/* CSS */
color: #dfd199;
background-color: #dfd199;
/* Tailwind (arbitrary) */
class="text-[#dfd199] bg-[#dfd199]"
/* SCSS */
$brand: #dfd199;
/* SwiftUI */
Color(red: 0.875, green: 0.820, blue: 0.600)
/* Android */
Color.parseColor("#dfd199")Accessibility — WCAG contrast
Aa
#dfd199 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd199 on black: 13.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green82.0%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow31.4%
Key (black)12.5%
Color previews
#dfd199 text on a black background
contrast 13.72:1
Card sample
#dfd199 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd199;
Background color
Panel with #dfd199 background
background-color: #dfd199;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd199;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 209, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 209, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd199; background: linear-gradient(135deg, #dfd199, #BEDF99);