#f8c080
a light, electric orange · warm · closest name: tan
RGB
248, 192, 128
HSL
32°, 90%, 74%
CMYK
0, 23, 48, 3
Luminance
0.5921
Every format
| HEX | #f8c080 |
| RGB | rgb(248, 192, 128) |
| HSL | hsl(32, 90%, 74%) |
| CMYK | cmyk(0%, 23%, 48%, 3%) |
| LAB | lab(81.4 12.5 39.9) |
| LCH | lch(81.4 41.8 72.6) |
| OKLCH | oklch(0.844 0.103 69.4) |
Copy-ready code
/* CSS */
color: #f8c080;
background-color: #f8c080;
/* Tailwind (arbitrary) */
class="text-[#f8c080] bg-[#f8c080]"
/* SCSS */
$brand: #f8c080;
/* SwiftUI */
Color(red: 0.973, green: 0.753, blue: 0.502)
/* Android */
Color.parseColor("#f8c080")Accessibility — WCAG contrast
Aa
#f8c080 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8c080 on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green75.3%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta22.6%
Yellow48.4%
Key (black)2.7%
Color previews
#f8c080 text on a black background
contrast 12.84:1
Card sample
#f8c080 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8c080;
Background color
Panel with #f8c080 background
background-color: #f8c080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8c080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 192, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 192, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8c080; background: linear-gradient(135deg, #f8c080, #E0F880);