#fff8f1
a pale, electric orange · warm · closest name: white
RGB
255, 248, 241
HSL
30°, 100%, 97%
CMYK
0, 3, 6, 0
Luminance
0.9475
Every format
| HEX | #fff8f1 |
| RGB | rgb(255, 248, 241) |
| HSL | hsl(30, 100%, 97%) |
| CMYK | cmyk(0%, 3%, 6%, 0%) |
| LAB | lab(97.9 1.1 4.2) |
| LCH | lch(97.9 4.3 74.7) |
| OKLCH | oklch(0.983 0.012 67.7) |
Copy-ready code
/* CSS */
color: #fff8f1;
background-color: #fff8f1;
/* Tailwind (arbitrary) */
class="text-[#fff8f1] bg-[#fff8f1]"
/* SCSS */
$brand: #fff8f1;
/* SwiftUI */
Color(red: 1.000, green: 0.973, blue: 0.945)
/* Android */
Color.parseColor("#fff8f1")Accessibility — WCAG contrast
Aa
#fff8f1 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff8f1 on black: 19.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.3%
Blue94.5%
CMYK percentages
Cyan0.0%
Magenta2.7%
Yellow5.5%
Key (black)0.0%
Color previews
#fff8f1 text on a black background
contrast 19.95:1
Card sample
#fff8f1 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff8f1;
Background color
Panel with #fff8f1 background
background-color: #fff8f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff8f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 248, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 248, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff8f1; background: linear-gradient(135deg, #fff8f1, #FDFFF1);