#fff9f2
a pale, electric orange · warm · closest name: white
RGB
255, 249, 242
HSL
32°, 100%, 98%
CMYK
0, 2, 5, 0
Luminance
0.9542
Every format
| HEX | #fff9f2 |
| RGB | rgb(255, 249, 242) |
| HSL | hsl(32, 100%, 98%) |
| CMYK | cmyk(0%, 2%, 5%, 0%) |
| LAB | lab(98.2 0.8 4.1) |
| LCH | lch(98.2 4.1 78.9) |
| OKLCH | oklch(0.985 0.011 71.9) |
Copy-ready code
/* CSS */
color: #fff9f2;
background-color: #fff9f2;
/* Tailwind (arbitrary) */
class="text-[#fff9f2] bg-[#fff9f2]"
/* SCSS */
$brand: #fff9f2;
/* SwiftUI */
Color(red: 1.000, green: 0.976, blue: 0.949)
/* Android */
Color.parseColor("#fff9f2")Accessibility — WCAG contrast
Aa
#fff9f2 on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff9f2 on black: 20.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.6%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow5.1%
Key (black)0.0%
Color previews
#fff9f2 text on a black background
contrast 20.08:1
Card sample
#fff9f2 text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff9f2;
Background color
Panel with #fff9f2 background
background-color: #fff9f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff9f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 249, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 249, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff9f2; background: linear-gradient(135deg, #fff9f2, #FCFFF2);