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