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