#fff2c9
a pale, electric yellow · cool · closest name: beige
RGB
255, 242, 201
HSL
46°, 100%, 89%
CMYK
0, 5, 21, 0
Luminance
0.8898
Every format
| HEX | #fff2c9 |
| RGB | rgb(255, 242, 201) |
| HSL | hsl(46, 100%, 89%) |
| CMYK | cmyk(0%, 5%, 21%, 0%) |
| LAB | lab(95.6 -2.0 21.4) |
| LCH | lch(95.6 21.5 95.3) |
| OKLCH | oklch(0.961 0.055 92.5) |
Copy-ready code
/* CSS */
color: #fff2c9;
background-color: #fff2c9;
/* Tailwind (arbitrary) */
class="text-[#fff2c9] bg-[#fff2c9]"
/* SCSS */
$brand: #fff2c9;
/* SwiftUI */
Color(red: 1.000, green: 0.949, blue: 0.788)
/* Android */
Color.parseColor("#fff2c9")Accessibility — WCAG contrast
Aa
#fff2c9 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff2c9 on black: 18.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.9%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow21.2%
Key (black)0.0%
Color previews
#fff2c9 text on a black background
contrast 18.80:1
Card sample
#fff2c9 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff2c9;
Background color
Panel with #fff2c9 background
background-color: #fff2c9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff2c9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 242, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 242, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff2c9; background: linear-gradient(135deg, #fff2c9, #E8FFC9);