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