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