#fff2ae
a light, electric yellow · cool · closest name: khaki
RGB
255, 242, 174
HSL
50°, 100%, 84%
CMYK
0, 5, 32, 0
Luminance
0.8782
Every format
| HEX | #fff2ae |
| RGB | rgb(255, 242, 174) |
| HSL | hsl(50, 100%, 84%) |
| CMYK | cmyk(0%, 5%, 32%, 0%) |
| LAB | lab(95.1 -5.5 34.5) |
| LCH | lch(95.1 34.9 99.1) |
| OKLCH | oklch(0.956 0.087 98.6) |
Copy-ready code
/* CSS */
color: #fff2ae;
background-color: #fff2ae;
/* Tailwind (arbitrary) */
class="text-[#fff2ae] bg-[#fff2ae]"
/* SCSS */
$brand: #fff2ae;
/* SwiftUI */
Color(red: 1.000, green: 0.949, blue: 0.682)
/* Android */
Color.parseColor("#fff2ae")Accessibility — WCAG contrast
Aa
#fff2ae on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff2ae on black: 18.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.9%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow31.8%
Key (black)0.0%
Color previews
#fff2ae text on a black background
contrast 18.56:1
Card sample
#fff2ae text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff2ae;
Background color
Panel with #fff2ae background
background-color: #fff2ae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff2ae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 242, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 242, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff2ae; background: linear-gradient(135deg, #fff2ae, #D6FFAE);