#fff0df
a pale, electric orange · warm · closest name: beige
RGB
255, 240, 223
HSL
32°, 100%, 94%
CMYK
0, 6, 13, 0
Luminance
0.8891
Every format
| HEX | #fff0df |
| RGB | rgb(255, 240, 223) |
| HSL | hsl(32, 100%, 94%) |
| CMYK | cmyk(0%, 6%, 13%, 0%) |
| LAB | lab(95.5 2.3 10.0) |
| LCH | lch(95.5 10.3 77.1) |
| OKLCH | oklch(0.963 0.028 71.0) |
Copy-ready code
/* CSS */
color: #fff0df;
background-color: #fff0df;
/* Tailwind (arbitrary) */
class="text-[#fff0df] bg-[#fff0df]"
/* SCSS */
$brand: #fff0df;
/* SwiftUI */
Color(red: 1.000, green: 0.941, blue: 0.875)
/* Android */
Color.parseColor("#fff0df")Accessibility — WCAG contrast
Aa
#fff0df on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff0df on black: 18.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta5.9%
Yellow12.5%
Key (black)0.0%
Color previews
#fff0df text on a black background
contrast 18.78:1
Card sample
#fff0df text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff0df;
Background color
Panel with #fff0df background
background-color: #fff0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 240, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 240, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff0df; background: linear-gradient(135deg, #fff0df, #F9FFDF);