#ffecb7
a pale, electric yellow · warm · closest name: beige
RGB
255, 236, 183
HSL
44°, 100%, 86%
CMYK
0, 8, 28, 0
Luminance
0.8467
Every format
| HEX | #ffecb7 |
| RGB | rgb(255, 236, 183) |
| HSL | hsl(44, 100%, 86%) |
| CMYK | cmyk(0%, 8%, 28%, 0%) |
| LAB | lab(93.7 -1.4 28.1) |
| LCH | lch(93.7 28.1 92.8) |
| OKLCH | oklch(0.946 0.071 90.7) |
Copy-ready code
/* CSS */
color: #ffecb7;
background-color: #ffecb7;
/* Tailwind (arbitrary) */
class="text-[#ffecb7] bg-[#ffecb7]"
/* SCSS */
$brand: #ffecb7;
/* SwiftUI */
Color(red: 1.000, green: 0.925, blue: 0.718)
/* Android */
Color.parseColor("#ffecb7")Accessibility — WCAG contrast
Aa
#ffecb7 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffecb7 on black: 17.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.5%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow28.2%
Key (black)0.0%
Color previews
#ffecb7 text on a black background
contrast 17.93:1
Card sample
#ffecb7 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffecb7;
Background color
Panel with #ffecb7 background
background-color: #ffecb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffecb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 236, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 236, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffecb7; background: linear-gradient(135deg, #ffecb7, #E2FFB7);