#efcbbc
a light, vivid orange · warm · closest name: tan
RGB
239, 203, 188
HSL
18°, 61%, 84%
CMYK
0, 15, 21, 6
Luminance
0.6469
Every format
| HEX | #efcbbc |
| RGB | rgb(239, 203, 188) |
| HSL | hsl(18, 61%, 84%) |
| CMYK | cmyk(0%, 15%, 21%, 6%) |
| LAB | lab(84.3 10.4 12.2) |
| LCH | lch(84.3 16.0 49.6) |
| OKLCH | oklch(0.869 0.046 43.9) |
Copy-ready code
/* CSS */
color: #efcbbc;
background-color: #efcbbc;
/* Tailwind (arbitrary) */
class="text-[#efcbbc] bg-[#efcbbc]"
/* SCSS */
$brand: #efcbbc;
/* SwiftUI */
Color(red: 0.937, green: 0.796, blue: 0.737)
/* Android */
Color.parseColor("#efcbbc")Accessibility — WCAG contrast
Aa
#efcbbc on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcbbc on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green79.6%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow21.3%
Key (black)6.3%
Color previews
#efcbbc text on a black background
contrast 13.94:1
Card sample
#efcbbc text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcbbc;
Background color
Panel with #efcbbc background
background-color: #efcbbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcbbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 203, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 203, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcbbc; background: linear-gradient(135deg, #efcbbc, #EFEDBC);