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