#fff46f
a light, electric yellow · cool · closest name: khaki
RGB
255, 244, 111
HSL
55°, 100%, 72%
CMYK
0, 4, 57, 0
Luminance
0.8711
Every format
| HEX | #fff46f |
| RGB | rgb(255, 244, 111) |
| HSL | hsl(55, 100%, 72%) |
| CMYK | cmyk(0%, 4%, 57%, 0%) |
| LAB | lab(94.8 -12.5 64.1) |
| LCH | lch(94.8 65.3 101.0) |
| OKLCH | oklch(0.951 0.153 104.6) |
Copy-ready code
/* CSS */
color: #fff46f;
background-color: #fff46f;
/* Tailwind (arbitrary) */
class="text-[#fff46f] bg-[#fff46f]"
/* SCSS */
$brand: #fff46f;
/* SwiftUI */
Color(red: 1.000, green: 0.957, blue: 0.435)
/* Android */
Color.parseColor("#fff46f")Accessibility — WCAG contrast
Aa
#fff46f on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff46f on black: 18.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.7%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow56.5%
Key (black)0.0%
Color previews
#fff46f text on a black background
contrast 18.42:1
Card sample
#fff46f text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff46f;
Background color
Panel with #fff46f background
background-color: #fff46f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff46f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 244, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 244, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff46f; background: linear-gradient(135deg, #fff46f, #AAFF6F);