#fff6eb
a pale, electric orange · warm · closest name: ivory
RGB
255, 246, 235
HSL
33°, 100%, 96%
CMYK
0, 4, 8, 0
Luminance
0.9317
Every format
| HEX | #fff6eb |
| RGB | rgb(255, 246, 235) |
| HSL | hsl(33, 100%, 96%) |
| CMYK | cmyk(0%, 4%, 8%, 0%) |
| LAB | lab(97.3 1.2 6.3) |
| LCH | lch(97.3 6.5 79.6) |
| OKLCH | oklch(0.977 0.018 73.1) |
Copy-ready code
/* CSS */
color: #fff6eb;
background-color: #fff6eb;
/* Tailwind (arbitrary) */
class="text-[#fff6eb] bg-[#fff6eb]"
/* SCSS */
$brand: #fff6eb;
/* SwiftUI */
Color(red: 1.000, green: 0.965, blue: 0.922)
/* Android */
Color.parseColor("#fff6eb")Accessibility — WCAG contrast
Aa
#fff6eb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fff6eb on black: 19.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green96.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta3.5%
Yellow7.8%
Key (black)0.0%
Color previews
#fff6eb text on a black background
contrast 19.63:1
Card sample
#fff6eb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fff6eb;
Background color
Panel with #fff6eb background
background-color: #fff6eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fff6eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 246, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 246, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fff6eb; background: linear-gradient(135deg, #fff6eb, #FBFFEB);