#fff4af
a light, electric yellow · cool · closest name: khaki
RGB
255, 244, 175
HSL
52°, 100%, 84%
CMYK
0, 4, 31, 0
Luminance
0.8906
Every format
| HEX | #fff4af |
| RGB | rgb(255, 244, 175) |
| HSL | hsl(52, 100%, 84%) |
| CMYK | cmyk(0%, 4%, 31%, 0%) |
| LAB | lab(95.6 -6.4 34.6) |
| LCH | lch(95.6 35.2 100.4) |
| OKLCH | oklch(0.960 0.088 100.2) |
Copy-ready code
/* CSS */
color: #fff4af;
background-color: #fff4af;
/* Tailwind (arbitrary) */
class="text-[#fff4af] bg-[#fff4af]"
/* SCSS */
$brand: #fff4af;
/* SwiftUI */
Color(red: 1.000, green: 0.957, blue: 0.686)
/* Android */
Color.parseColor("#fff4af")Accessibility — WCAG contrast
Aa
#fff4af on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff4af on black: 18.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green95.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta4.3%
Yellow31.4%
Key (black)0.0%
Color previews
#fff4af text on a black background
contrast 18.81:1
Card sample
#fff4af text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff4af;
Background color
Panel with #fff4af background
background-color: #fff4af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff4af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 244, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 244, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff4af; background: linear-gradient(135deg, #fff4af, #D5FFAF);