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