#efceb7
a light, vivid orange · warm · closest name: tan
RGB
239, 206, 183
HSL
25°, 64%, 83%
CMYK
0, 14, 23, 6
Luminance
0.6591
Every format
| HEX | #efceb7 |
| RGB | rgb(239, 206, 183) |
| HSL | hsl(25, 64%, 83%) |
| CMYK | cmyk(0%, 14%, 23%, 6%) |
| LAB | lab(85.0 8.1 15.7) |
| LCH | lch(85.0 17.7 62.7) |
| OKLCH | oklch(0.873 0.049 56.9) |
Copy-ready code
/* CSS */
color: #efceb7;
background-color: #efceb7;
/* Tailwind (arbitrary) */
class="text-[#efceb7] bg-[#efceb7]"
/* SCSS */
$brand: #efceb7;
/* SwiftUI */
Color(red: 0.937, green: 0.808, blue: 0.718)
/* Android */
Color.parseColor("#efceb7")Accessibility — WCAG contrast
Aa
#efceb7 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efceb7 on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green80.8%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta13.8%
Yellow23.4%
Key (black)6.3%
Color previews
#efceb7 text on a black background
contrast 14.18:1
Card sample
#efceb7 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efceb7;
Background color
Panel with #efceb7 background
background-color: #efceb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efceb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 206, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 206, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efceb7; background: linear-gradient(135deg, #efceb7, #EBEFB7);