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