#fffd93
a light, electric yellow · cool · closest name: khaki
RGB
255, 253, 147
HSL
59°, 100%, 79%
CMYK
0, 1, 42, 0
Luminance
0.9362
Every format
| HEX | #fffd93 |
| RGB | rgb(255, 253, 147) |
| HSL | hsl(59, 100%, 79%) |
| CMYK | cmyk(0%, 1%, 42%, 0%) |
| LAB | lab(97.5 -13.8 50.8) |
| LCH | lch(97.5 52.6 105.3) |
| OKLCH | oklch(0.973 0.129 107.6) |
Copy-ready code
/* CSS */
color: #fffd93;
background-color: #fffd93;
/* Tailwind (arbitrary) */
class="text-[#fffd93] bg-[#fffd93]"
/* SCSS */
$brand: #fffd93;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.576)
/* Android */
Color.parseColor("#fffd93")Accessibility — WCAG contrast
Aa
#fffd93 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffd93 on black: 19.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow42.4%
Key (black)0.0%
Color previews
#fffd93 text on a black background
contrast 19.72:1
Card sample
#fffd93 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffd93;
Background color
Panel with #fffd93 background
background-color: #fffd93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffd93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffd93; background: linear-gradient(135deg, #fffd93, #B9FF93);