#fff192
a light, electric yellow · cool · closest name: khaki
RGB
255, 241, 146
HSL
52°, 100%, 79%
CMYK
0, 6, 43, 0
Luminance
0.8625
Every format
| HEX | #fff192 |
| RGB | rgb(255, 241, 146) |
| HSL | hsl(52, 100%, 79%) |
| CMYK | cmyk(0%, 6%, 43%, 0%) |
| LAB | lab(94.4 -8.1 47.5) |
| LCH | lch(94.4 48.1 99.6) |
| OKLCH | oklch(0.949 0.117 101.0) |
Copy-ready code
/* CSS */
color: #fff192;
background-color: #fff192;
/* Tailwind (arbitrary) */
class="text-[#fff192] bg-[#fff192]"
/* SCSS */
$brand: #fff192;
/* SwiftUI */
Color(red: 1.000, green: 0.945, blue: 0.573)
/* Android */
Color.parseColor("#fff192")Accessibility — WCAG contrast
Aa
#fff192 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff192 on black: 18.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.5%
Blue57.3%
CMYK percentages
Cyan0.0%
Magenta5.5%
Yellow42.7%
Key (black)0.0%
Color previews
#fff192 text on a black background
contrast 18.25:1
Card sample
#fff192 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff192;
Background color
Panel with #fff192 background
background-color: #fff192;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff192;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 241, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 241, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff192; background: linear-gradient(135deg, #fff192, #C4FF92);