#ffe7b8
a pale, electric orange · warm · closest name: beige
RGB
255, 231, 184
HSL
40°, 100%, 86%
CMYK
0, 9, 28, 0
Luminance
0.8187
Every format
| HEX | #ffe7b8 |
| RGB | rgb(255, 231, 184) |
| HSL | hsl(40, 100%, 86%) |
| CMYK | cmyk(0%, 9%, 28%, 0%) |
| LAB | lab(92.5 1.3 25.9) |
| LCH | lch(92.5 25.9 87.1) |
| OKLCH | oklch(0.936 0.066 84.0) |
Copy-ready code
/* CSS */
color: #ffe7b8;
background-color: #ffe7b8;
/* Tailwind (arbitrary) */
class="text-[#ffe7b8] bg-[#ffe7b8]"
/* SCSS */
$brand: #ffe7b8;
/* SwiftUI */
Color(red: 1.000, green: 0.906, blue: 0.722)
/* Android */
Color.parseColor("#ffe7b8")Accessibility — WCAG contrast
Aa
#ffe7b8 on white: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe7b8 on black: 17.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green90.6%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow27.8%
Key (black)0.0%
Color previews
#ffe7b8 text on a black background
contrast 17.37:1
Card sample
#ffe7b8 text on a white background
contrast 1.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe7b8;
Background color
Panel with #ffe7b8 background
background-color: #ffe7b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe7b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 231, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 231, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe7b8; background: linear-gradient(135deg, #ffe7b8, #E8FFB8);