#eccf97
a light, vivid orange · warm · closest name: tan
RGB
236, 207, 151
HSL
40°, 69%, 76%
CMYK
0, 12, 36, 8
Luminance
0.6469
Every format
| HEX | #eccf97 |
| RGB | rgb(236, 207, 151) |
| HSL | hsl(40, 69%, 76%) |
| CMYK | cmyk(0%, 12%, 36%, 8%) |
| LAB | lab(84.3 2.3 31.6) |
| LCH | lch(84.3 31.7 85.8) |
| OKLCH | oklch(0.866 0.079 83.5) |
Copy-ready code
/* CSS */
color: #eccf97;
background-color: #eccf97;
/* Tailwind (arbitrary) */
class="text-[#eccf97] bg-[#eccf97]"
/* SCSS */
$brand: #eccf97;
/* SwiftUI */
Color(red: 0.925, green: 0.812, blue: 0.592)
/* Android */
Color.parseColor("#eccf97")Accessibility — WCAG contrast
Aa
#eccf97 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eccf97 on black: 13.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green81.2%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta12.3%
Yellow36.0%
Key (black)7.5%
Color previews
#eccf97 text on a black background
contrast 13.94:1
Card sample
#eccf97 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eccf97;
Background color
Panel with #eccf97 background
background-color: #eccf97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eccf97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 207, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 207, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eccf97; background: linear-gradient(135deg, #eccf97, #D0EC97);