#ecaf8c
a light, vivid orange · warm · closest name: tan
RGB
236, 175, 140
HSL
22°, 72%, 74%
CMYK
0, 26, 41, 8
Luminance
0.5039
Every format
| HEX | #ecaf8c |
| RGB | rgb(236, 175, 140) |
| HSL | hsl(22, 72%, 74%) |
| CMYK | cmyk(0%, 26%, 41%, 8%) |
| LAB | lab(76.3 17.9 26.7) |
| LCH | lch(76.3 32.1 56.1) |
| OKLCH | oklch(0.802 0.086 51.0) |
Copy-ready code
/* CSS */
color: #ecaf8c;
background-color: #ecaf8c;
/* Tailwind (arbitrary) */
class="text-[#ecaf8c] bg-[#ecaf8c]"
/* SCSS */
$brand: #ecaf8c;
/* SwiftUI */
Color(red: 0.925, green: 0.686, blue: 0.549)
/* Android */
Color.parseColor("#ecaf8c")Accessibility — WCAG contrast
Aa
#ecaf8c on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecaf8c on black: 11.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green68.6%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow40.7%
Key (black)7.5%
Color previews
#ecaf8c text on a black background
contrast 11.08:1
Card sample
#ecaf8c text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecaf8c;
Background color
Panel with #ecaf8c background
background-color: #ecaf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecaf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 175, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 175, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecaf8c; background: linear-gradient(135deg, #ecaf8c, #E9EC8C);