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