#fff2c4
a pale, electric yellow · cool · closest name: beige
RGB
255, 242, 196
HSL
47°, 100%, 88%
CMYK
0, 5, 23, 0
Luminance
0.8875
Every format
| HEX | #fff2c4 |
| RGB | rgb(255, 242, 196) |
| HSL | hsl(47, 100%, 88%) |
| CMYK | cmyk(0%, 5%, 23%, 0%) |
| LAB | lab(95.5 -2.7 23.8) |
| LCH | lch(95.5 24.0 96.4) |
| OKLCH | oklch(0.960 0.061 94.1) |
Copy-ready code
/* CSS */
color: #fff2c4;
background-color: #fff2c4;
/* Tailwind (arbitrary) */
class="text-[#fff2c4] bg-[#fff2c4]"
/* SCSS */
$brand: #fff2c4;
/* SwiftUI */
Color(red: 1.000, green: 0.949, blue: 0.769)
/* Android */
Color.parseColor("#fff2c4")Accessibility — WCAG contrast
Aa
#fff2c4 on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff2c4 on black: 18.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.9%
Blue76.9%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow23.1%
Key (black)0.0%
Color previews
#fff2c4 text on a black background
contrast 18.75:1
Card sample
#fff2c4 text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff2c4;
Background color
Panel with #fff2c4 background
background-color: #fff2c4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff2c4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 242, 196, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 242, 196, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff2c4; background: linear-gradient(135deg, #fff2c4, #E5FFC4);