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