#ffeac3
a pale, electric orange · warm · closest name: beige
RGB
255, 234, 195
HSL
39°, 100%, 88%
CMYK
0, 8, 24, 0
Luminance
0.8405
Every format
| HEX | #ffeac3 |
| RGB | rgb(255, 234, 195) |
| HSL | hsl(39, 100%, 88%) |
| CMYK | cmyk(0%, 8%, 24%, 0%) |
| LAB | lab(93.5 1.2 21.6) |
| LCH | lch(93.5 21.6 86.7) |
| OKLCH | oklch(0.944 0.056 82.9) |
Copy-ready code
/* CSS */
color: #ffeac3;
background-color: #ffeac3;
/* Tailwind (arbitrary) */
class="text-[#ffeac3] bg-[#ffeac3]"
/* SCSS */
$brand: #ffeac3;
/* SwiftUI */
Color(red: 1.000, green: 0.918, blue: 0.765)
/* Android */
Color.parseColor("#ffeac3")Accessibility — WCAG contrast
Aa
#ffeac3 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffeac3 on black: 17.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green91.8%
Blue76.5%
CMYK percentages
Cyan0.0%
Magenta8.2%
Yellow23.5%
Key (black)0.0%
Color previews
#ffeac3 text on a black background
contrast 17.81:1
Card sample
#ffeac3 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffeac3;
Background color
Panel with #ffeac3 background
background-color: #ffeac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffeac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 234, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 234, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffeac3; background: linear-gradient(135deg, #ffeac3, #ECFFC3);