#fff5a6
a light, electric yellow · cool · closest name: khaki
RGB
255, 245, 166
HSL
53°, 100%, 83%
CMYK
0, 4, 35, 0
Luminance
0.8932
Every format
| HEX | #fff5a6 |
| RGB | rgb(255, 245, 166) |
| HSL | hsl(53, 100%, 83%) |
| CMYK | cmyk(0%, 4%, 35%, 0%) |
| LAB | lab(95.7 -7.9 39.3) |
| LCH | lch(95.7 40.1 101.4) |
| OKLCH | oklch(0.960 0.099 101.9) |
Copy-ready code
/* CSS */
color: #fff5a6;
background-color: #fff5a6;
/* Tailwind (arbitrary) */
class="text-[#fff5a6] bg-[#fff5a6]"
/* SCSS */
$brand: #fff5a6;
/* SwiftUI */
Color(red: 1.000, green: 0.961, blue: 0.651)
/* Android */
Color.parseColor("#fff5a6")Accessibility — WCAG contrast
Aa
#fff5a6 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff5a6 on black: 18.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.1%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta3.9%
Yellow34.9%
Key (black)0.0%
Color previews
#fff5a6 text on a black background
contrast 18.86:1
Card sample
#fff5a6 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff5a6;
Background color
Panel with #fff5a6 background
background-color: #fff5a6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff5a6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 245, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 245, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff5a6; background: linear-gradient(135deg, #fff5a6, #CDFFA6);