#fffd87
a light, electric yellow · cool · closest name: khaki
RGB
255, 253, 135
HSL
59°, 100%, 77%
CMYK
0, 1, 47, 0
Luminance
0.9326
Every format
| HEX | #fffd87 |
| RGB | rgb(255, 253, 135) |
| HSL | hsl(59, 100%, 77%) |
| CMYK | cmyk(0%, 1%, 47%, 0%) |
| LAB | lab(97.3 -15.0 56.3) |
| LCH | lch(97.3 58.2 104.9) |
| OKLCH | oklch(0.972 0.141 107.9) |
Copy-ready code
/* CSS */
color: #fffd87;
background-color: #fffd87;
/* Tailwind (arbitrary) */
class="text-[#fffd87] bg-[#fffd87]"
/* SCSS */
$brand: #fffd87;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.529)
/* Android */
Color.parseColor("#fffd87")Accessibility — WCAG contrast
Aa
#fffd87 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffd87 on black: 19.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow47.1%
Key (black)0.0%
Color previews
#fffd87 text on a black background
contrast 19.65:1
Card sample
#fffd87 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffd87;
Background color
Panel with #fffd87 background
background-color: #fffd87;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffd87;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffd87; background: linear-gradient(135deg, #fffd87, #B1FF87);