#ffdb7d
a light, electric yellow · warm · closest name: khaki
RGB
255, 219, 125
HSL
43°, 100%, 75%
CMYK
0, 14, 51, 0
Luminance
0.7340
Every format
| HEX | #ffdb7d |
| RGB | rgb(255, 219, 125) |
| HSL | hsl(43, 100%, 75%) |
| CMYK | cmyk(0%, 14%, 51%, 0%) |
| LAB | lab(88.6 1.1 50.5) |
| LCH | lch(88.6 50.5 88.8) |
| OKLCH | oklch(0.903 0.120 89.0) |
Copy-ready code
/* CSS */
color: #ffdb7d;
background-color: #ffdb7d;
/* Tailwind (arbitrary) */
class="text-[#ffdb7d] bg-[#ffdb7d]"
/* SCSS */
$brand: #ffdb7d;
/* SwiftUI */
Color(red: 1.000, green: 0.859, blue: 0.490)
/* Android */
Color.parseColor("#ffdb7d")Accessibility — WCAG contrast
Aa
#ffdb7d on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdb7d on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.9%
Blue49.0%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow51.0%
Key (black)0.0%
Color previews
#ffdb7d text on a black background
contrast 15.68:1
Card sample
#ffdb7d text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdb7d;
Background color
Panel with #ffdb7d background
background-color: #ffdb7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdb7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 219, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 219, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdb7d; background: linear-gradient(135deg, #ffdb7d, #CCFF7D);