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