#ebcfc2
a light, vivid orange · warm · closest name: silver
RGB
235, 207, 194
HSL
19°, 51%, 84%
CMYK
0, 12, 17, 8
Luminance
0.6618
Every format
| HEX | #ebcfc2 |
| RGB | rgb(235, 207, 194) |
| HSL | hsl(19, 51%, 84%) |
| CMYK | cmyk(0%, 12%, 17%, 8%) |
| LAB | lab(85.1 7.7 10.0) |
| LCH | lch(85.1 12.7 52.4) |
| OKLCH | oklch(0.874 0.036 46.5) |
Copy-ready code
/* CSS */
color: #ebcfc2;
background-color: #ebcfc2;
/* Tailwind (arbitrary) */
class="text-[#ebcfc2] bg-[#ebcfc2]"
/* SCSS */
$brand: #ebcfc2;
/* SwiftUI */
Color(red: 0.922, green: 0.812, blue: 0.761)
/* Android */
Color.parseColor("#ebcfc2")Accessibility — WCAG contrast
Aa
#ebcfc2 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebcfc2 on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green81.2%
Blue76.1%
CMYK percentages
Cyan0.0%
Magenta11.9%
Yellow17.4%
Key (black)7.8%
Color previews
#ebcfc2 text on a black background
contrast 14.24:1
Card sample
#ebcfc2 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebcfc2;
Background color
Panel with #ebcfc2 background
background-color: #ebcfc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebcfc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 207, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 207, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebcfc2; background: linear-gradient(135deg, #ebcfc2, #EBEAC2);