#fdda72
a light, electric yellow · warm · closest name: khaki
RGB
253, 218, 114
HSL
45°, 97%, 72%
CMYK
0, 14, 55, 1
Luminance
0.7224
Every format
| HEX | #fdda72 |
| RGB | rgb(253, 218, 114) |
| HSL | hsl(45, 97%, 72%) |
| CMYK | cmyk(0%, 14%, 55%, 1%) |
| LAB | lab(88.1 -0.1 55.0) |
| LCH | lch(88.1 55.0 90.1) |
| OKLCH | oklch(0.897 0.129 91.1) |
Copy-ready code
/* CSS */
color: #fdda72;
background-color: #fdda72;
/* Tailwind (arbitrary) */
class="text-[#fdda72] bg-[#fdda72]"
/* SCSS */
$brand: #fdda72;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.447)
/* Android */
Color.parseColor("#fdda72")Accessibility — WCAG contrast
Aa
#fdda72 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdda72 on black: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow54.9%
Key (black)0.8%
Color previews
#fdda72 text on a black background
contrast 15.45:1
Card sample
#fdda72 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdda72;
Background color
Panel with #fdda72 background
background-color: #fdda72;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdda72;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdda72; background: linear-gradient(135deg, #fdda72, #C3FD72);