#ecaf7b
a light, vivid orange · warm · closest name: tan
RGB
236, 175, 123
HSL
28°, 75%, 70%
CMYK
0, 26, 48, 8
Luminance
0.4992
Every format
| HEX | #ecaf7b |
| RGB | rgb(236, 175, 123) |
| HSL | hsl(28, 75%, 70%) |
| CMYK | cmyk(0%, 26%, 48%, 8%) |
| LAB | lab(76.0 16.2 35.3) |
| LCH | lch(76.0 38.8 65.4) |
| OKLCH | oklch(0.799 0.098 61.2) |
Copy-ready code
/* CSS */
color: #ecaf7b;
background-color: #ecaf7b;
/* Tailwind (arbitrary) */
class="text-[#ecaf7b] bg-[#ecaf7b]"
/* SCSS */
$brand: #ecaf7b;
/* SwiftUI */
Color(red: 0.925, green: 0.686, blue: 0.482)
/* Android */
Color.parseColor("#ecaf7b")Accessibility — WCAG contrast
Aa
#ecaf7b on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ecaf7b on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green68.6%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow47.9%
Key (black)7.5%
Color previews
#ecaf7b text on a black background
contrast 10.98:1
Card sample
#ecaf7b text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ecaf7b;
Background color
Panel with #ecaf7b background
background-color: #ecaf7b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ecaf7b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 175, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 175, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ecaf7b; background: linear-gradient(135deg, #ecaf7b, #DEEC7B);