#fff993
a light, electric yellow · cool · closest name: khaki
RGB
255, 249, 147
HSL
57°, 100%, 79%
CMYK
0, 2, 42, 0
Luminance
0.9112
Every format
| HEX | #fff993 |
| RGB | rgb(255, 249, 147) |
| HSL | hsl(57, 100%, 79%) |
| CMYK | cmyk(0%, 2%, 42%, 0%) |
| LAB | lab(96.5 -11.9 49.5) |
| LCH | lch(96.5 50.9 103.5) |
| OKLCH | oklch(0.965 0.124 105.5) |
Copy-ready code
/* CSS */
color: #fff993;
background-color: #fff993;
/* Tailwind (arbitrary) */
class="text-[#fff993] bg-[#fff993]"
/* SCSS */
$brand: #fff993;
/* SwiftUI */
Color(red: 1.000, green: 0.976, blue: 0.576)
/* Android */
Color.parseColor("#fff993")Accessibility — WCAG contrast
Aa
#fff993 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff993 on black: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.6%
Blue57.6%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow42.4%
Key (black)0.0%
Color previews
#fff993 text on a black background
contrast 19.22:1
Card sample
#fff993 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff993;
Background color
Panel with #fff993 background
background-color: #fff993;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff993;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 249, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 249, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff993; background: linear-gradient(135deg, #fff993, #BDFF93);