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