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