#fffd6f
a light, electric yellow · cool · closest name: khaki
RGB
255, 253, 111
HSL
59°, 100%, 72%
CMYK
0, 1, 57, 0
Luminance
0.9266
Every format
| HEX | #fffd6f |
| RGB | rgb(255, 253, 111) |
| HSL | hsl(59, 100%, 72%) |
| CMYK | cmyk(0%, 1%, 57%, 0%) |
| LAB | lab(97.1 -16.9 66.7) |
| LCH | lch(97.1 68.8 104.2) |
| OKLCH | oklch(0.969 0.162 108.3) |
Copy-ready code
/* CSS */
color: #fffd6f;
background-color: #fffd6f;
/* Tailwind (arbitrary) */
class="text-[#fffd6f] bg-[#fffd6f]"
/* SCSS */
$brand: #fffd6f;
/* SwiftUI */
Color(red: 1.000, green: 0.992, blue: 0.435)
/* Android */
Color.parseColor("#fffd6f")Accessibility — WCAG contrast
Aa
#fffd6f on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fffd6f on black: 19.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green99.2%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta0.8%
Yellow56.5%
Key (black)0.0%
Color previews
#fffd6f text on a black background
contrast 19.53:1
Card sample
#fffd6f text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fffd6f;
Background color
Panel with #fffd6f background
background-color: #fffd6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fffd6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 253, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 253, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fffd6f; background: linear-gradient(135deg, #fffd6f, #A1FF6F);