#ffe3af
a light, electric orange · warm · closest name: tan
RGB
255, 227, 175
HSL
39°, 100%, 84%
CMYK
0, 11, 31, 0
Luminance
0.7929
Every format
| HEX | #ffe3af |
| RGB | rgb(255, 227, 175) |
| HSL | hsl(39, 100%, 84%) |
| CMYK | cmyk(0%, 11%, 31%, 0%) |
| LAB | lab(91.4 2.2 29.0) |
| LCH | lch(91.4 29.0 85.7) |
| OKLCH | oklch(0.926 0.073 82.8) |
Copy-ready code
/* CSS */
color: #ffe3af;
background-color: #ffe3af;
/* Tailwind (arbitrary) */
class="text-[#ffe3af] bg-[#ffe3af]"
/* SCSS */
$brand: #ffe3af;
/* SwiftUI */
Color(red: 1.000, green: 0.890, blue: 0.686)
/* Android */
Color.parseColor("#ffe3af")Accessibility — WCAG contrast
Aa
#ffe3af on white: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffe3af on black: 16.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green89.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta11.0%
Yellow31.4%
Key (black)0.0%
Color previews
#ffe3af text on a black background
contrast 16.86:1
Card sample
#ffe3af text on a white background
contrast 1.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffe3af;
Background color
Panel with #ffe3af background
background-color: #ffe3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffe3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 227, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 227, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffe3af; background: linear-gradient(135deg, #ffe3af, #E6FFAF);