#ffeebb
a pale, electric yellow · cool · closest name: beige
RGB
255, 238, 187
HSL
45°, 100%, 87%
CMYK
0, 7, 27, 0
Luminance
0.8600
Every format
| HEX | #ffeebb |
| RGB | rgb(255, 238, 187) |
| HSL | hsl(45, 100%, 87%) |
| CMYK | cmyk(0%, 7%, 27%, 0%) |
| LAB | lab(94.3 -1.9 26.8) |
| LCH | lch(94.3 26.9 94.0) |
| OKLCH | oklch(0.950 0.068 91.8) |
Copy-ready code
/* CSS */
color: #ffeebb;
background-color: #ffeebb;
/* Tailwind (arbitrary) */
class="text-[#ffeebb] bg-[#ffeebb]"
/* SCSS */
$brand: #ffeebb;
/* SwiftUI */
Color(red: 1.000, green: 0.933, blue: 0.733)
/* Android */
Color.parseColor("#ffeebb")Accessibility — WCAG contrast
Aa
#ffeebb on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeebb on black: 18.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green93.3%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow26.7%
Key (black)0.0%
Color previews
#ffeebb text on a black background
contrast 18.20:1
Card sample
#ffeebb text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeebb;
Background color
Panel with #ffeebb background
background-color: #ffeebb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeebb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 238, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 238, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeebb; background: linear-gradient(135deg, #ffeebb, #E3FFBB);