#fff6ee
a pale, electric orange · warm · closest name: ivory
RGB
255, 246, 238
HSL
28°, 100%, 97%
CMYK
0, 4, 7, 0
Luminance
0.9334
Every format
| HEX | #fff6ee |
| RGB | rgb(255, 246, 238) |
| HSL | hsl(28, 100%, 97%) |
| CMYK | cmyk(0%, 4%, 7%, 0%) |
| LAB | lab(97.4 1.7 4.9) |
| LCH | lch(97.4 5.2 71.3) |
| OKLCH | oklch(0.978 0.014 64.3) |
Copy-ready code
/* CSS */
color: #fff6ee;
background-color: #fff6ee;
/* Tailwind (arbitrary) */
class="text-[#fff6ee] bg-[#fff6ee]"
/* SCSS */
$brand: #fff6ee;
/* SwiftUI */
Color(red: 1.000, green: 0.965, blue: 0.933)
/* Android */
Color.parseColor("#fff6ee")Accessibility — WCAG contrast
Aa
#fff6ee on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff6ee on black: 19.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow6.7%
Key (black)0.0%
Color previews
#fff6ee text on a black background
contrast 19.67:1
Card sample
#fff6ee text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff6ee;
Background color
Panel with #fff6ee background
background-color: #fff6ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff6ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 246, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 246, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff6ee; background: linear-gradient(135deg, #fff6ee, #FDFFEE);