#f1ad84
a light, electric orange · warm · closest name: tan
RGB
241, 173, 132
HSL
23°, 80%, 73%
CMYK
0, 28, 45, 6
Luminance
0.5025
Every format
| HEX | #f1ad84 |
| RGB | rgb(241, 173, 132) |
| HSL | hsl(23, 80%, 73%) |
| CMYK | cmyk(0%, 28%, 45%, 6%) |
| LAB | lab(76.2 20.1 30.9) |
| LCH | lch(76.2 36.9 57.0) |
| OKLCH | oklch(0.803 0.097 52.0) |
Copy-ready code
/* CSS */
color: #f1ad84;
background-color: #f1ad84;
/* Tailwind (arbitrary) */
class="text-[#f1ad84] bg-[#f1ad84]"
/* SCSS */
$brand: #f1ad84;
/* SwiftUI */
Color(red: 0.945, green: 0.678, blue: 0.518)
/* Android */
Color.parseColor("#f1ad84")Accessibility — WCAG contrast
Aa
#f1ad84 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1ad84 on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green67.8%
Blue51.8%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow45.2%
Key (black)5.5%
Color previews
#f1ad84 text on a black background
contrast 11.05:1
Card sample
#f1ad84 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1ad84;
Background color
Panel with #f1ad84 background
background-color: #f1ad84;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1ad84;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 173, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 173, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1ad84; background: linear-gradient(135deg, #f1ad84, #ECF184);