#fdda6b
a light, electric yellow · cool · closest name: khaki
RGB
253, 218, 107
HSL
46°, 97%, 71%
CMYK
0, 14, 58, 1
Luminance
0.7209
Every format
| HEX | #fdda6b |
| RGB | rgb(253, 218, 107) |
| HSL | hsl(46, 97%, 71%) |
| CMYK | cmyk(0%, 14%, 58%, 1%) |
| LAB | lab(88.0 -0.6 58.1) |
| LCH | lch(88.0 58.1 90.6) |
| OKLCH | oklch(0.896 0.135 92.0) |
Copy-ready code
/* CSS */
color: #fdda6b;
background-color: #fdda6b;
/* Tailwind (arbitrary) */
class="text-[#fdda6b] bg-[#fdda6b]"
/* SCSS */
$brand: #fdda6b;
/* SwiftUI */
Color(red: 0.992, green: 0.855, blue: 0.420)
/* Android */
Color.parseColor("#fdda6b")Accessibility — WCAG contrast
Aa
#fdda6b on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fdda6b on black: 15.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green85.5%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow57.7%
Key (black)0.8%
Color previews
#fdda6b text on a black background
contrast 15.42:1
Card sample
#fdda6b text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fdda6b;
Background color
Panel with #fdda6b background
background-color: #fdda6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fdda6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 218, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 218, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fdda6b; background: linear-gradient(135deg, #fdda6b, #BFFD6B);