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