#ffecd3
a pale, electric orange · warm · closest name: beige
RGB
255, 236, 211
HSL
34°, 100%, 91%
CMYK
0, 8, 17, 0
Luminance
0.8595
Every format
| HEX | #ffecd3 |
| RGB | rgb(255, 236, 211) |
| HSL | hsl(34, 100%, 91%) |
| CMYK | cmyk(0%, 8%, 17%, 0%) |
| LAB | lab(94.3 2.5 14.4) |
| LCH | lch(94.3 14.7 80.2) |
| OKLCH | oklch(0.952 0.039 74.8) |
Copy-ready code
/* CSS */
color: #ffecd3;
background-color: #ffecd3;
/* Tailwind (arbitrary) */
class="text-[#ffecd3] bg-[#ffecd3]"
/* SCSS */
$brand: #ffecd3;
/* SwiftUI */
Color(red: 1.000, green: 0.925, blue: 0.827)
/* Android */
Color.parseColor("#ffecd3")Accessibility — WCAG contrast
Aa
#ffecd3 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffecd3 on black: 18.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green92.5%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta7.5%
Yellow17.3%
Key (black)0.0%
Color previews
#ffecd3 text on a black background
contrast 18.19:1
Card sample
#ffecd3 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffecd3;
Background color
Panel with #ffecd3 background
background-color: #ffecd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffecd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 236, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 236, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffecd3; background: linear-gradient(135deg, #ffecd3, #F5FFD3);