#fddc7b
a light, electric yellow · warm · closest name: khaki
RGB
253, 220, 123
HSL
45°, 97%, 74%
CMYK
0, 13, 51, 1
Luminance
0.7350
Every format
| HEX | #fddc7b |
| RGB | rgb(253, 220, 123) |
| HSL | hsl(45, 97%, 74%) |
| CMYK | cmyk(0%, 13%, 51%, 1%) |
| LAB | lab(88.7 -0.4 51.4) |
| LCH | lch(88.7 51.4 90.4) |
| OKLCH | oklch(0.902 0.122 91.1) |
Copy-ready code
/* CSS */
color: #fddc7b;
background-color: #fddc7b;
/* Tailwind (arbitrary) */
class="text-[#fddc7b] bg-[#fddc7b]"
/* SCSS */
$brand: #fddc7b;
/* SwiftUI */
Color(red: 0.992, green: 0.863, blue: 0.482)
/* Android */
Color.parseColor("#fddc7b")Accessibility — WCAG contrast
Aa
#fddc7b on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fddc7b on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green86.3%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta13.0%
Yellow51.4%
Key (black)0.8%
Color previews
#fddc7b text on a black background
contrast 15.70:1
Card sample
#fddc7b text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fddc7b;
Background color
Panel with #fddc7b background
background-color: #fddc7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fddc7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 220, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 220, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fddc7b; background: linear-gradient(135deg, #fddc7b, #C7FD7B);