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