#f5c080
a light, electric orange · warm · closest name: tan
RGB
245, 192, 128
HSL
33°, 85%, 73%
CMYK
0, 22, 48, 4
Luminance
0.5867
Every format
| HEX | #f5c080 |
| RGB | rgb(245, 192, 128) |
| HSL | hsl(33, 85%, 73%) |
| CMYK | cmyk(0%, 22%, 48%, 4%) |
| LAB | lab(81.1 11.3 39.4) |
| LCH | lch(81.1 41.0 74.0) |
| OKLCH | oklch(0.841 0.101 71.0) |
Copy-ready code
/* CSS */
color: #f5c080;
background-color: #f5c080;
/* Tailwind (arbitrary) */
class="text-[#f5c080] bg-[#f5c080]"
/* SCSS */
$brand: #f5c080;
/* SwiftUI */
Color(red: 0.961, green: 0.753, blue: 0.502)
/* Android */
Color.parseColor("#f5c080")Accessibility — WCAG contrast
Aa
#f5c080 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5c080 on black: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green75.3%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow47.8%
Key (black)3.9%
Color previews
#f5c080 text on a black background
contrast 12.73:1
Card sample
#f5c080 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5c080;
Background color
Panel with #f5c080 background
background-color: #f5c080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5c080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 192, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 192, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5c080; background: linear-gradient(135deg, #f5c080, #DCF580);