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