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