#ffebbd
a pale, electric yellow · warm · closest name: beige
RGB
255, 235, 189
HSL
42°, 100%, 87%
CMYK
0, 8, 26, 0
Luminance
0.8435
Every format
| HEX | #ffebbd |
| RGB | rgb(255, 235, 189) |
| HSL | hsl(42, 100%, 87%) |
| CMYK | cmyk(0%, 8%, 26%, 0%) |
| LAB | lab(93.6 -0.1 24.8) |
| LCH | lch(93.6 24.8 90.2) |
| OKLCH | oklch(0.945 0.063 87.3) |
Copy-ready code
/* CSS */
color: #ffebbd;
background-color: #ffebbd;
/* Tailwind (arbitrary) */
class="text-[#ffebbd] bg-[#ffebbd]"
/* SCSS */
$brand: #ffebbd;
/* SwiftUI */
Color(red: 1.000, green: 0.922, blue: 0.741)
/* Android */
Color.parseColor("#ffebbd")Accessibility — WCAG contrast
Aa
#ffebbd on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffebbd on black: 17.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.2%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta7.8%
Yellow25.9%
Key (black)0.0%
Color previews
#ffebbd text on a black background
contrast 17.87:1
Card sample
#ffebbd text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffebbd;
Background color
Panel with #ffebbd background
background-color: #ffebbd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffebbd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 235, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 235, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffebbd; background: linear-gradient(135deg, #ffebbd, #E7FFBD);