#fff295
a light, electric yellow · cool · closest name: khaki
RGB
255, 242, 149
HSL
53°, 100%, 79%
CMYK
0, 5, 42, 0
Luminance
0.8693
Every format
| HEX | #fff295 |
| RGB | rgb(255, 242, 149) |
| HSL | hsl(53, 100%, 79%) |
| CMYK | cmyk(0%, 5%, 42%, 0%) |
| LAB | lab(94.7 -8.3 46.4) |
| LCH | lch(94.7 47.1 100.1) |
| OKLCH | oklch(0.952 0.115 101.4) |
Copy-ready code
/* CSS */
color: #fff295;
background-color: #fff295;
/* Tailwind (arbitrary) */
class="text-[#fff295] bg-[#fff295]"
/* SCSS */
$brand: #fff295;
/* SwiftUI */
Color(red: 1.000, green: 0.949, blue: 0.584)
/* Android */
Color.parseColor("#fff295")Accessibility — WCAG contrast
Aa
#fff295 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff295 on black: 18.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.9%
Blue58.4%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow41.6%
Key (black)0.0%
Color previews
#fff295 text on a black background
contrast 18.39:1
Card sample
#fff295 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff295;
Background color
Panel with #fff295 background
background-color: #fff295;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff295;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 242, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 242, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff295; background: linear-gradient(135deg, #fff295, #C5FF95);