#fff792
a light, electric yellow · cool · closest name: khaki
RGB
255, 247, 146
HSL
56°, 100%, 79%
CMYK
0, 3, 43, 0
Luminance
0.8986
Every format
| HEX | #fff792 |
| RGB | rgb(255, 247, 146) |
| HSL | hsl(56, 100%, 79%) |
| CMYK | cmyk(0%, 3%, 43%, 0%) |
| LAB | lab(95.9 -11.0 49.4) |
| LCH | lch(95.9 50.6 102.6) |
| OKLCH | oklch(0.961 0.123 104.5) |
Copy-ready code
/* CSS */
color: #fff792;
background-color: #fff792;
/* Tailwind (arbitrary) */
class="text-[#fff792] bg-[#fff792]"
/* SCSS */
$brand: #fff792;
/* SwiftUI */
Color(red: 1.000, green: 0.969, blue: 0.573)
/* Android */
Color.parseColor("#fff792")Accessibility — WCAG contrast
Aa
#fff792 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff792 on black: 18.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.9%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow42.7%
Key (black)0.0%
Color previews
#fff792 text on a black background
contrast 18.97:1
Card sample
#fff792 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff792;
Background color
Panel with #fff792 background
background-color: #fff792;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff792;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 247, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 247, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff792; background: linear-gradient(135deg, #fff792, #BEFF92);