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