#ffdf7b
a light, electric yellow · cool · closest name: khaki
RGB
255, 223, 123
HSL
46°, 100%, 74%
CMYK
0, 13, 52, 0
Luminance
0.7547
Every format
| HEX | #ffdf7b |
| RGB | rgb(255, 223, 123) |
| HSL | hsl(46, 100%, 74%) |
| CMYK | cmyk(0%, 13%, 52%, 0%) |
| LAB | lab(89.6 -1.1 52.6) |
| LCH | lch(89.6 52.6 91.2) |
| OKLCH | oklch(0.910 0.125 92.1) |
Copy-ready code
/* CSS */
color: #ffdf7b;
background-color: #ffdf7b;
/* Tailwind (arbitrary) */
class="text-[#ffdf7b] bg-[#ffdf7b]"
/* SCSS */
$brand: #ffdf7b;
/* SwiftUI */
Color(red: 1.000, green: 0.875, blue: 0.482)
/* Android */
Color.parseColor("#ffdf7b")Accessibility — WCAG contrast
Aa
#ffdf7b on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdf7b on black: 16.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green87.5%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta12.5%
Yellow51.8%
Key (black)0.0%
Color previews
#ffdf7b text on a black background
contrast 16.09:1
Card sample
#ffdf7b text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdf7b;
Background color
Panel with #ffdf7b background
background-color: #ffdf7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdf7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 223, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 223, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdf7b; background: linear-gradient(135deg, #ffdf7b, #C7FF7B);