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