#fffd6b
a light, electric yellow · cool · closest name: khaki
RGB
255, 253, 107
HSL
59°, 100%, 71%
CMYK
0, 1, 58, 0
Luminance
0.9257
Every format
| HEX | #fffd6b |
| RGB | rgb(255, 253, 107) |
| HSL | hsl(59, 100%, 71%) |
| CMYK | cmyk(0%, 1%, 58%, 0%) |
| LAB | lab(97.0 -17.1 68.3) |
| LCH | lch(97.0 70.5 104.1) |
| OKLCH | oklch(0.969 0.165 108.4) |
Copy-ready code
/* CSS */
color: #fffd6b;
background-color: #fffd6b;
/* Tailwind (arbitrary) */
class="text-[#fffd6b] bg-[#fffd6b]"
/* SCSS */
$brand: #fffd6b;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.420)
/* Android */
Color.parseColor("#fffd6b")Accessibility — WCAG contrast
Aa
#fffd6b on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffd6b on black: 19.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow58.0%
Key (black)0.0%
Color previews
#fffd6b text on a black background
contrast 19.51:1
Card sample
#fffd6b text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffd6b;
Background color
Panel with #fffd6b background
background-color: #fffd6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffd6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffd6b; background: linear-gradient(135deg, #fffd6b, #9EFF6B);