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