#fff799
a light, electric yellow · cool · closest name: khaki
RGB
255, 247, 153
HSL
55°, 100%, 80%
CMYK
0, 3, 40, 0
Luminance
0.9008
Every format
| HEX | #fff799 |
| RGB | rgb(255, 247, 153) |
| HSL | hsl(55, 100%, 80%) |
| CMYK | cmyk(0%, 3%, 40%, 0%) |
| LAB | lab(96.0 -10.3 46.1) |
| LCH | lch(96.0 47.2 102.6) |
| OKLCH | oklch(0.962 0.116 104.1) |
Copy-ready code
/* CSS */
color: #fff799;
background-color: #fff799;
/* Tailwind (arbitrary) */
class="text-[#fff799] bg-[#fff799]"
/* SCSS */
$brand: #fff799;
/* SwiftUI */
Color(red: 1.000, green: 0.969, blue: 0.600)
/* Android */
Color.parseColor("#fff799")Accessibility — WCAG contrast
Aa
#fff799 on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff799 on black: 19.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.9%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow40.0%
Key (black)0.0%
Color previews
#fff799 text on a black background
contrast 19.02:1
Card sample
#fff799 text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff799;
Background color
Panel with #fff799 background
background-color: #fff799;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff799;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 247, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 247, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff799; background: linear-gradient(135deg, #fff799, #C3FF99);