#fffd7b
a light, electric yellow · cool · closest name: khaki
RGB
255, 253, 123
HSL
59°, 100%, 74%
CMYK
0, 1, 52, 0
Luminance
0.9294
Every format
| HEX | #fffd7b |
| RGB | rgb(255, 253, 123) |
| HSL | hsl(59, 100%, 74%) |
| CMYK | cmyk(0%, 1%, 52%, 0%) |
| LAB | lab(97.2 -16.0 61.6) |
| LCH | lch(97.2 63.6 104.5) |
| OKLCH | oklch(0.970 0.152 108.1) |
Copy-ready code
/* CSS */
color: #fffd7b;
background-color: #fffd7b;
/* Tailwind (arbitrary) */
class="text-[#fffd7b] bg-[#fffd7b]"
/* SCSS */
$brand: #fffd7b;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.482)
/* Android */
Color.parseColor("#fffd7b")Accessibility — WCAG contrast
Aa
#fffd7b on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffd7b on black: 19.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow51.8%
Key (black)0.0%
Color previews
#fffd7b text on a black background
contrast 19.59:1
Card sample
#fffd7b text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffd7b;
Background color
Panel with #fffd7b background
background-color: #fffd7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffd7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffd7b; background: linear-gradient(135deg, #fffd7b, #A9FF7B);