#ffe2ba
a pale, electric orange · warm · closest name: beige
RGB
255, 226, 186
HSL
35°, 100%, 87%
CMYK
0, 11, 27, 0
Luminance
0.7920
Every format
| HEX | #ffe2ba |
| RGB | rgb(255, 226, 186) |
| HSL | hsl(35, 100%, 87%) |
| CMYK | cmyk(0%, 11%, 27%, 0%) |
| LAB | lab(91.3 4.1 23.2) |
| LCH | lch(91.3 23.6 80.0) |
| OKLCH | oklch(0.927 0.061 75.7) |
Copy-ready code
/* CSS */
color: #ffe2ba;
background-color: #ffe2ba;
/* Tailwind (arbitrary) */
class="text-[#ffe2ba] bg-[#ffe2ba]"
/* SCSS */
$brand: #ffe2ba;
/* SwiftUI */
Color(red: 1.000, green: 0.886, blue: 0.729)
/* Android */
Color.parseColor("#ffe2ba")Accessibility — WCAG contrast
Aa
#ffe2ba on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe2ba on black: 16.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green88.6%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow27.1%
Key (black)0.0%
Color previews
#ffe2ba text on a black background
contrast 16.84:1
Card sample
#ffe2ba text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe2ba;
Background color
Panel with #ffe2ba background
background-color: #ffe2ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe2ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 226, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 226, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe2ba; background: linear-gradient(135deg, #ffe2ba, #EEFFBA);