#ffd87f
a light, electric yellow · warm · closest name: khaki
RGB
255, 216, 127
HSL
42°, 100%, 75%
CMYK
0, 15, 50, 0
Luminance
0.7190
Every format
| HEX | #ffd87f |
| RGB | rgb(255, 216, 127) |
| HSL | hsl(42, 100%, 75%) |
| CMYK | cmyk(0%, 15%, 50%, 0%) |
| LAB | lab(87.9 2.8 48.6) |
| LCH | lch(87.9 48.7 86.7) |
| OKLCH | oklch(0.897 0.117 86.4) |
Copy-ready code
/* CSS */
color: #ffd87f;
background-color: #ffd87f;
/* Tailwind (arbitrary) */
class="text-[#ffd87f] bg-[#ffd87f]"
/* SCSS */
$brand: #ffd87f;
/* SwiftUI */
Color(red: 1.000, green: 0.847, blue: 0.498)
/* Android */
Color.parseColor("#ffd87f")Accessibility — WCAG contrast
Aa
#ffd87f on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffd87f on black: 15.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green84.7%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta15.3%
Yellow50.2%
Key (black)0.0%
Color previews
#ffd87f text on a black background
contrast 15.38:1
Card sample
#ffd87f text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffd87f;
Background color
Panel with #ffd87f background
background-color: #ffd87f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffd87f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 216, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 216, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffd87f; background: linear-gradient(135deg, #ffd87f, #D1FF7F);