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