#f6c080
a light, electric orange · warm · closest name: tan
RGB
246, 192, 128
HSL
33°, 87%, 73%
CMYK
0, 22, 48, 4
Luminance
0.5885
Every format
| HEX | #f6c080 |
| RGB | rgb(246, 192, 128) |
| HSL | hsl(33, 87%, 73%) |
| CMYK | cmyk(0%, 22%, 48%, 4%) |
| LAB | lab(81.2 11.7 39.5) |
| LCH | lch(81.2 41.2 73.5) |
| OKLCH | oklch(0.842 0.102 70.5) |
Copy-ready code
/* CSS */
color: #f6c080;
background-color: #f6c080;
/* Tailwind (arbitrary) */
class="text-[#f6c080] bg-[#f6c080]"
/* SCSS */
$brand: #f6c080;
/* SwiftUI */
Color(red: 0.965, green: 0.753, blue: 0.502)
/* Android */
Color.parseColor("#f6c080")Accessibility — WCAG contrast
Aa
#f6c080 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6c080 on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green75.3%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow48.0%
Key (black)3.5%
Color previews
#f6c080 text on a black background
contrast 12.77:1
Card sample
#f6c080 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6c080;
Background color
Panel with #f6c080 background
background-color: #f6c080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6c080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 192, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 192, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6c080; background: linear-gradient(135deg, #f6c080, #DDF680);