#ebcfbc
a light, vivid orange · warm · closest name: tan
RGB
235, 207, 188
HSL
24°, 54%, 83%
CMYK
0, 12, 20, 8
Luminance
0.6592
Every format
| HEX | #ebcfbc |
| RGB | rgb(235, 207, 188) |
| HSL | hsl(24, 54%, 83%) |
| CMYK | cmyk(0%, 12%, 20%, 8%) |
| LAB | lab(85.0 6.8 13.0) |
| LCH | lch(85.0 14.7 62.3) |
| OKLCH | oklch(0.873 0.041 56.3) |
Copy-ready code
/* CSS */
color: #ebcfbc;
background-color: #ebcfbc;
/* Tailwind (arbitrary) */
class="text-[#ebcfbc] bg-[#ebcfbc]"
/* SCSS */
$brand: #ebcfbc;
/* SwiftUI */
Color(red: 0.922, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#ebcfbc")Accessibility — WCAG contrast
Aa
#ebcfbc on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcfbc on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green81.2%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow20.0%
Key (black)7.8%
Color previews
#ebcfbc text on a black background
contrast 14.18:1
Card sample
#ebcfbc text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcfbc;
Background color
Panel with #ebcfbc background
background-color: #ebcfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcfbc; background: linear-gradient(135deg, #ebcfbc, #E8EBBC);