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