#fff9ef
a pale, electric orange · warm · closest name: ivory
RGB
255, 249, 239
HSL
38°, 100%, 97%
CMYK
0, 2, 6, 0
Luminance
0.9524
Every format
| HEX | #fff9ef |
| RGB | rgb(255, 249, 239) |
| HSL | hsl(38, 100%, 97%) |
| CMYK | cmyk(0%, 2%, 6%, 0%) |
| LAB | lab(98.1 0.3 5.5) |
| LCH | lch(98.1 5.5 86.9) |
| OKLCH | oklch(0.984 0.015 80.7) |
Copy-ready code
/* CSS */
color: #fff9ef;
background-color: #fff9ef;
/* Tailwind (arbitrary) */
class="text-[#fff9ef] bg-[#fff9ef]"
/* SCSS */
$brand: #fff9ef;
/* SwiftUI */
Color(red: 1.000, green: 0.976, blue: 0.937)
/* Android */
Color.parseColor("#fff9ef")Accessibility — WCAG contrast
Aa
#fff9ef on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff9ef on black: 20.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green97.6%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta2.4%
Yellow6.3%
Key (black)0.0%
Color previews
#fff9ef text on a black background
contrast 20.05:1
Card sample
#fff9ef text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff9ef;
Background color
Panel with #fff9ef background
background-color: #fff9ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff9ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 249, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 249, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff9ef; background: linear-gradient(135deg, #fff9ef, #FAFFEF);