#efc2ab
a light, vivid orange · warm · closest name: tan
RGB
239, 194, 171
HSL
20°, 68%, 80%
CMYK
0, 19, 29, 6
Luminance
0.5987
Every format
| HEX | #efc2ab |
| RGB | rgb(239, 194, 171) |
| HSL | hsl(20, 68%, 80%) |
| CMYK | cmyk(0%, 19%, 29%, 6%) |
| LAB | lab(81.8 12.8 17.6) |
| LCH | lch(81.8 21.8 54.1) |
| OKLCH | oklch(0.848 0.060 48.5) |
Copy-ready code
/* CSS */
color: #efc2ab;
background-color: #efc2ab;
/* Tailwind (arbitrary) */
class="text-[#efc2ab] bg-[#efc2ab]"
/* SCSS */
$brand: #efc2ab;
/* SwiftUI */
Color(red: 0.937, green: 0.761, blue: 0.671)
/* Android */
Color.parseColor("#efc2ab")Accessibility — WCAG contrast
Aa
#efc2ab on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc2ab on black: 12.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green76.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta18.8%
Yellow28.5%
Key (black)6.3%
Color previews
#efc2ab text on a black background
contrast 12.97:1
Card sample
#efc2ab text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc2ab;
Background color
Panel with #efc2ab background
background-color: #efc2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 194, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 194, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc2ab; background: linear-gradient(135deg, #efc2ab, #EFEFAB);