#fff7e6
a pale, electric yellow · warm · closest name: ivory
RGB
255, 247, 230
HSL
41°, 100%, 95%
CMYK
0, 3, 10, 0
Luminance
0.9349
Every format
| HEX | #fff7e6 |
| RGB | rgb(255, 247, 230) |
| HSL | hsl(41, 100%, 95%) |
| CMYK | cmyk(0%, 3%, 10%, 0%) |
| LAB | lab(97.4 -0.1 9.1) |
| LCH | lch(97.4 9.1 90.9) |
| OKLCH | oklch(0.978 0.024 85.8) |
Copy-ready code
/* CSS */
color: #fff7e6;
background-color: #fff7e6;
/* Tailwind (arbitrary) */
class="text-[#fff7e6] bg-[#fff7e6]"
/* SCSS */
$brand: #fff7e6;
/* SwiftUI */
Color(red: 1.000, green: 0.969, blue: 0.902)
/* Android */
Color.parseColor("#fff7e6")Accessibility — WCAG contrast
Aa
#fff7e6 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff7e6 on black: 19.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.9%
Blue90.2%
CMYK percentages
Cyan0.0%
Magenta3.1%
Yellow9.8%
Key (black)0.0%
Color previews
#fff7e6 text on a black background
contrast 19.70:1
Card sample
#fff7e6 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff7e6;
Background color
Panel with #fff7e6 background
background-color: #fff7e6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff7e6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 247, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 247, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff7e6; background: linear-gradient(135deg, #fff7e6, #F6FFE6);