#f5dfad
a light, electric yellow · warm · closest name: tan
RGB
245, 223, 173
HSL
42°, 78%, 82%
CMYK
0, 9, 29, 4
Luminance
0.7520
Every format
| HEX | #f5dfad |
| RGB | rgb(245, 223, 173) |
| HSL | hsl(42, 78%, 82%) |
| CMYK | cmyk(0%, 9%, 29%, 4%) |
| LAB | lab(89.5 0.2 27.3) |
| LCH | lch(89.5 27.3 89.5) |
| OKLCH | oklch(0.910 0.069 87.0) |
Copy-ready code
/* CSS */
color: #f5dfad;
background-color: #f5dfad;
/* Tailwind (arbitrary) */
class="text-[#f5dfad] bg-[#f5dfad]"
/* SCSS */
$brand: #f5dfad;
/* SwiftUI */
Color(red: 0.961, green: 0.875, blue: 0.678)
/* Android */
Color.parseColor("#f5dfad")Accessibility — WCAG contrast
Aa
#f5dfad on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5dfad on black: 16.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green87.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow29.4%
Key (black)3.9%
Color previews
#f5dfad text on a black background
contrast 16.04:1
Card sample
#f5dfad text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5dfad;
Background color
Panel with #f5dfad background
background-color: #f5dfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5dfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 223, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 223, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5dfad; background: linear-gradient(135deg, #f5dfad, #DBF5AD);