#efc3af
a light, vivid orange · warm · closest name: tan
RGB
239, 195, 175
HSL
19°, 67%, 81%
CMYK
0, 18, 27, 6
Luminance
0.6048
Every format
| HEX | #efc3af |
| RGB | rgb(239, 195, 175) |
| HSL | hsl(19, 67%, 81%) |
| CMYK | cmyk(0%, 18%, 27%, 6%) |
| LAB | lab(82.1 12.8 16.0) |
| LCH | lch(82.1 20.4 51.3) |
| OKLCH | oklch(0.851 0.058 45.8) |
Copy-ready code
/* CSS */
color: #efc3af;
background-color: #efc3af;
/* Tailwind (arbitrary) */
class="text-[#efc3af] bg-[#efc3af]"
/* SCSS */
$brand: #efc3af;
/* SwiftUI */
Color(red: 0.937, green: 0.765, blue: 0.686)
/* Android */
Color.parseColor("#efc3af")Accessibility — WCAG contrast
Aa
#efc3af on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efc3af on black: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green76.5%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow26.8%
Key (black)6.3%
Color previews
#efc3af text on a black background
contrast 13.10:1
Card sample
#efc3af text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efc3af;
Background color
Panel with #efc3af background
background-color: #efc3af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efc3af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 195, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 195, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efc3af; background: linear-gradient(135deg, #efc3af, #EFEEAF);