#ffdb5c
a light, electric yellow · cool · closest name: khaki
RGB
255, 219, 92
HSL
47°, 100%, 68%
CMYK
0, 14, 64, 0
Luminance
0.7270
Every format
| HEX | #ffdb5c |
| RGB | rgb(255, 219, 92) |
| HSL | hsl(47, 100%, 68%) |
| CMYK | cmyk(0%, 14%, 64%, 0%) |
| LAB | lab(88.3 -1.3 65.1) |
| LCH | lch(88.3 65.1 91.1) |
| OKLCH | oklch(0.899 0.148 93.3) |
Copy-ready code
/* CSS */
color: #ffdb5c;
background-color: #ffdb5c;
/* Tailwind (arbitrary) */
class="text-[#ffdb5c] bg-[#ffdb5c]"
/* SCSS */
$brand: #ffdb5c;
/* SwiftUI */
Color(red: 1.000, green: 0.859, blue: 0.361)
/* Android */
Color.parseColor("#ffdb5c")Accessibility — WCAG contrast
Aa
#ffdb5c on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffdb5c on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green85.9%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta14.1%
Yellow63.9%
Key (black)0.0%
Color previews
#ffdb5c text on a black background
contrast 15.54:1
Card sample
#ffdb5c text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffdb5c;
Background color
Panel with #ffdb5c background
background-color: #ffdb5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffdb5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 219, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 219, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffdb5c; background: linear-gradient(135deg, #ffdb5c, #B6FF5C);