#ffeccb
a pale, electric orange · warm · closest name: beige
RGB
255, 236, 203
HSL
38°, 100%, 90%
CMYK
0, 8, 20, 0
Luminance
0.8556
Every format
| HEX | #ffeccb |
| RGB | rgb(255, 236, 203) |
| HSL | hsl(38, 100%, 90%) |
| CMYK | cmyk(0%, 8%, 20%, 0%) |
| LAB | lab(94.1 1.3 18.4) |
| LCH | lch(94.1 18.4 85.8) |
| OKLCH | oklch(0.950 0.048 81.5) |
Copy-ready code
/* CSS */
color: #ffeccb;
background-color: #ffeccb;
/* Tailwind (arbitrary) */
class="text-[#ffeccb] bg-[#ffeccb]"
/* SCSS */
$brand: #ffeccb;
/* SwiftUI */
Color(red: 1.000, green: 0.925, blue: 0.796)
/* Android */
Color.parseColor("#ffeccb")Accessibility — WCAG contrast
Aa
#ffeccb on white: 1.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeccb on black: 18.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow20.4%
Key (black)0.0%
Color previews
#ffeccb text on a black background
contrast 18.11:1
Card sample
#ffeccb text on a white background
contrast 1.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeccb;
Background color
Panel with #ffeccb background
background-color: #ffeccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 236, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 236, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeccb; background: linear-gradient(135deg, #ffeccb, #EFFFCB);