#efd2ab
a light, vivid orange · warm · closest name: tan
RGB
239, 210, 171
HSL
34°, 68%, 80%
CMYK
0, 12, 29, 6
Luminance
0.6738
Every format
| HEX | #efd2ab |
| RGB | rgb(239, 210, 171) |
| HSL | hsl(34, 68%, 80%) |
| CMYK | cmyk(0%, 12%, 29%, 6%) |
| LAB | lab(85.7 4.4 23.1) |
| LCH | lch(85.7 23.5 79.2) |
| OKLCH | oklch(0.878 0.061 75.0) |
Copy-ready code
/* CSS */
color: #efd2ab;
background-color: #efd2ab;
/* Tailwind (arbitrary) */
class="text-[#efd2ab] bg-[#efd2ab]"
/* SCSS */
$brand: #efd2ab;
/* SwiftUI */
Color(red: 0.937, green: 0.824, blue: 0.671)
/* Android */
Color.parseColor("#efd2ab")Accessibility — WCAG contrast
Aa
#efd2ab on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efd2ab on black: 14.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green82.4%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta12.1%
Yellow28.5%
Key (black)6.3%
Color previews
#efd2ab text on a black background
contrast 14.48:1
Card sample
#efd2ab text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efd2ab;
Background color
Panel with #efd2ab background
background-color: #efd2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efd2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 210, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 210, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efd2ab; background: linear-gradient(135deg, #efd2ab, #DFEFAB);