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