#fffd9b
a light, electric yellow · cool · closest name: khaki
RGB
255, 253, 155
HSL
59°, 100%, 80%
CMYK
0, 1, 39, 0
Luminance
0.9388
Every format
| HEX | #fffd9b |
| RGB | rgb(255, 253, 155) |
| HSL | hsl(59, 100%, 80%) |
| CMYK | cmyk(0%, 1%, 39%, 0%) |
| LAB | lab(97.6 -13.1 47.1) |
| LCH | lch(97.6 48.9 105.5) |
| OKLCH | oklch(0.975 0.120 107.4) |
Copy-ready code
/* CSS */
color: #fffd9b;
background-color: #fffd9b;
/* Tailwind (arbitrary) */
class="text-[#fffd9b] bg-[#fffd9b]"
/* SCSS */
$brand: #fffd9b;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.608)
/* Android */
Color.parseColor("#fffd9b")Accessibility — WCAG contrast
Aa
#fffd9b on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffd9b on black: 19.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow39.2%
Key (black)0.0%
Color previews
#fffd9b text on a black background
contrast 19.78:1
Card sample
#fffd9b text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffd9b;
Background color
Panel with #fffd9b background
background-color: #fffd9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffd9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffd9b; background: linear-gradient(135deg, #fffd9b, #BEFF9B);