#dfd59b
a light, vivid yellow · cool · closest name: tan
RGB
223, 213, 155
HSL
51°, 52%, 74%
CMYK
0, 5, 31, 13
Luminance
0.6564
Every format
| HEX | #dfd59b |
| RGB | rgb(223, 213, 155) |
| HSL | hsl(51, 52%, 74%) |
| CMYK | cmyk(0%, 5%, 31%, 13%) |
| LAB | lab(84.8 -5.3 30.0) |
| LCH | lch(84.8 30.4 100.0) |
| OKLCH | oklch(0.867 0.076 99.5) |
Copy-ready code
/* CSS */
color: #dfd59b;
background-color: #dfd59b;
/* Tailwind (arbitrary) */
class="text-[#dfd59b] bg-[#dfd59b]"
/* SCSS */
$brand: #dfd59b;
/* SwiftUI */
Color(red: 0.875, green: 0.835, blue: 0.608)
/* Android */
Color.parseColor("#dfd59b")Accessibility — WCAG contrast
Aa
#dfd59b on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dfd59b on black: 14.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green83.5%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow30.5%
Key (black)12.5%
Color previews
#dfd59b text on a black background
contrast 14.13:1
Card sample
#dfd59b text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dfd59b;
Background color
Panel with #dfd59b background
background-color: #dfd59b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dfd59b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 213, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 213, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dfd59b; background: linear-gradient(135deg, #dfd59b, #BCDF9B);