#ffdb8f
a light, electric yellow · warm · closest name: khaki
RGB
255, 219, 143
HSL
41°, 100%, 78%
CMYK
0, 14, 44, 0
Luminance
0.7391
Every format
| HEX | #ffdb8f |
| RGB | rgb(255, 219, 143) |
| HSL | hsl(41, 100%, 78%) |
| CMYK | cmyk(0%, 14%, 44%, 0%) |
| LAB | lab(88.9 2.7 41.9) |
| LCH | lch(88.9 42.0 86.3) |
| OKLCH | oklch(0.905 0.103 85.1) |
Copy-ready code
/* CSS */
color: #ffdb8f;
background-color: #ffdb8f;
/* Tailwind (arbitrary) */
class="text-[#ffdb8f] bg-[#ffdb8f]"
/* SCSS */
$brand: #ffdb8f;
/* SwiftUI */
Color(red: 1.000, green: 0.859, blue: 0.561)
/* Android */
Color.parseColor("#ffdb8f")Accessibility — WCAG contrast
Aa
#ffdb8f on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdb8f on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.9%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow43.9%
Key (black)0.0%
Color previews
#ffdb8f text on a black background
contrast 15.78:1
Card sample
#ffdb8f text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdb8f;
Background color
Panel with #ffdb8f background
background-color: #ffdb8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdb8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 219, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 219, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdb8f; background: linear-gradient(135deg, #ffdb8f, #D8FF8F);