#fff2da
a pale, electric orange · warm · closest name: beige
RGB
255, 242, 218
HSL
39°, 100%, 93%
CMYK
0, 5, 15, 0
Luminance
0.8983
Every format
| HEX | #fff2da |
| RGB | rgb(255, 242, 218) |
| HSL | hsl(39, 100%, 93%) |
| CMYK | cmyk(0%, 5%, 15%, 0%) |
| LAB | lab(95.9 0.5 13.2) |
| LCH | lch(95.9 13.2 87.8) |
| OKLCH | oklch(0.965 0.035 82.9) |
Copy-ready code
/* CSS */
color: #fff2da;
background-color: #fff2da;
/* Tailwind (arbitrary) */
class="text-[#fff2da] bg-[#fff2da]"
/* SCSS */
$brand: #fff2da;
/* SwiftUI */
Color(red: 1.000, green: 0.949, blue: 0.855)
/* Android */
Color.parseColor("#fff2da")Accessibility — WCAG contrast
Aa
#fff2da on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff2da on black: 18.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.9%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow14.5%
Key (black)0.0%
Color previews
#fff2da text on a black background
contrast 18.97:1
Card sample
#fff2da text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff2da;
Background color
Panel with #fff2da background
background-color: #fff2da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff2da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 242, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 242, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff2da; background: linear-gradient(135deg, #fff2da, #F3FFDA);