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