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