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