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