#fff2eb
a pale, electric orange · warm · closest name: white
RGB
255, 242, 235
HSL
21°, 100%, 96%
CMYK
0, 5, 8, 0
Luminance
0.9076
Every format
| HEX | #fff2eb |
| RGB | rgb(255, 242, 235) |
| HSL | hsl(21, 100%, 96%) |
| CMYK | cmyk(0%, 5%, 8%, 0%) |
| LAB | lab(96.3 3.2 4.9) |
| LCH | lch(96.3 5.9 57.1) |
| OKLCH | oklch(0.969 0.017 50.4) |
Copy-ready code
/* CSS */
color: #fff2eb;
background-color: #fff2eb;
/* Tailwind (arbitrary) */
class="text-[#fff2eb] bg-[#fff2eb]"
/* SCSS */
$brand: #fff2eb;
/* SwiftUI */
Color(red: 1.000, green: 0.949, blue: 0.922)
/* Android */
Color.parseColor("#fff2eb")Accessibility — WCAG contrast
Aa
#fff2eb on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff2eb on black: 19.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green94.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta5.1%
Yellow7.8%
Key (black)0.0%
Color previews
#fff2eb text on a black background
contrast 19.15:1
Card sample
#fff2eb text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff2eb;
Background color
Panel with #fff2eb background
background-color: #fff2eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff2eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 242, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 242, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff2eb; background: linear-gradient(135deg, #fff2eb, #FFFFEB);