#efb080
a light, electric orange · warm · closest name: tan
RGB
239, 176, 128
HSL
26°, 78%, 72%
CMYK
0, 26, 46, 6
Luminance
0.5096
Every format
| HEX | #efb080 |
| RGB | rgb(239, 176, 128) |
| HSL | hsl(26, 78%, 72%) |
| CMYK | cmyk(0%, 26%, 46%, 6%) |
| LAB | lab(76.7 17.3 33.5) |
| LCH | lch(76.7 37.8 62.7) |
| OKLCH | oklch(0.805 0.097 58.1) |
Copy-ready code
/* CSS */
color: #efb080;
background-color: #efb080;
/* Tailwind (arbitrary) */
class="text-[#efb080] bg-[#efb080]"
/* SCSS */
$brand: #efb080;
/* SwiftUI */
Color(red: 0.937, green: 0.690, blue: 0.502)
/* Android */
Color.parseColor("#efb080")Accessibility — WCAG contrast
Aa
#efb080 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efb080 on black: 11.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green69.0%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta26.4%
Yellow46.4%
Key (black)6.3%
Color previews
#efb080 text on a black background
contrast 11.19:1
Card sample
#efb080 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efb080;
Background color
Panel with #efb080 background
background-color: #efb080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efb080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 176, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 176, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efb080; background: linear-gradient(135deg, #efb080, #E4EF80);