#ffe9b5
a pale, electric yellow · warm · closest name: beige
RGB
255, 233, 181
HSL
42°, 100%, 86%
CMYK
0, 9, 29, 0
Luminance
0.8287
Every format
| HEX | #ffe9b5 |
| RGB | rgb(255, 233, 181) |
| HSL | hsl(42, 100%, 86%) |
| CMYK | cmyk(0%, 9%, 29%, 0%) |
| LAB | lab(93.0 -0.1 28.1) |
| LCH | lch(93.0 28.1 90.2) |
| OKLCH | oklch(0.939 0.071 87.8) |
Copy-ready code
/* CSS */
color: #ffe9b5;
background-color: #ffe9b5;
/* Tailwind (arbitrary) */
class="text-[#ffe9b5] bg-[#ffe9b5]"
/* SCSS */
$brand: #ffe9b5;
/* SwiftUI */
Color(red: 1.000, green: 0.914, blue: 0.710)
/* Android */
Color.parseColor("#ffe9b5")Accessibility — WCAG contrast
Aa
#ffe9b5 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe9b5 on black: 17.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.4%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow29.0%
Key (black)0.0%
Color previews
#ffe9b5 text on a black background
contrast 17.57:1
Card sample
#ffe9b5 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe9b5;
Background color
Panel with #ffe9b5 background
background-color: #ffe9b5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe9b5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 233, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 233, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe9b5; background: linear-gradient(135deg, #ffe9b5, #E4FFB5);