#efbc9f
a light, vivid orange · warm · closest name: tan
RGB
239, 188, 159
HSL
22°, 71%, 78%
CMYK
0, 21, 34, 6
Luminance
0.5682
Every format
| HEX | #efbc9f |
| RGB | rgb(239, 188, 159) |
| HSL | hsl(22, 71%, 78%) |
| CMYK | cmyk(0%, 21%, 34%, 6%) |
| LAB | lab(80.1 14.4 21.7) |
| LCH | lch(80.1 26.0 56.4) |
| OKLCH | oklch(0.834 0.071 51.0) |
Copy-ready code
/* CSS */
color: #efbc9f;
background-color: #efbc9f;
/* Tailwind (arbitrary) */
class="text-[#efbc9f] bg-[#efbc9f]"
/* SCSS */
$brand: #efbc9f;
/* SwiftUI */
Color(red: 0.937, green: 0.737, blue: 0.624)
/* Android */
Color.parseColor("#efbc9f")Accessibility — WCAG contrast
Aa
#efbc9f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efbc9f on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green73.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta21.3%
Yellow33.5%
Key (black)6.3%
Color previews
#efbc9f text on a black background
contrast 12.36:1
Card sample
#efbc9f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efbc9f;
Background color
Panel with #efbc9f background
background-color: #efbc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efbc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 188, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 188, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efbc9f; background: linear-gradient(135deg, #efbc9f, #EDEF9F);