#fff29f
a light, electric yellow · cool · closest name: khaki
RGB
255, 242, 159
HSL
52°, 100%, 81%
CMYK
0, 5, 38, 0
Luminance
0.8727
Every format
| HEX | #fff29f |
| RGB | rgb(255, 242, 159) |
| HSL | hsl(52, 100%, 81%) |
| CMYK | cmyk(0%, 5%, 38%, 0%) |
| LAB | lab(94.8 -7.2 41.6) |
| LCH | lch(94.8 42.3 99.8) |
| OKLCH | oklch(0.953 0.104 100.4) |
Copy-ready code
/* CSS */
color: #fff29f;
background-color: #fff29f;
/* Tailwind (arbitrary) */
class="text-[#fff29f] bg-[#fff29f]"
/* SCSS */
$brand: #fff29f;
/* SwiftUI */
Color(red: 1.000, green: 0.949, blue: 0.624)
/* Android */
Color.parseColor("#fff29f")Accessibility — WCAG contrast
Aa
#fff29f on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff29f on black: 18.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.9%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow37.6%
Key (black)0.0%
Color previews
#fff29f text on a black background
contrast 18.45:1
Card sample
#fff29f text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff29f;
Background color
Panel with #fff29f background
background-color: #fff29f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff29f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 242, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 242, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff29f; background: linear-gradient(135deg, #fff29f, #CCFF9F);