#f2ad85
a light, electric orange · warm · closest name: tan
RGB
242, 173, 133
HSL
22°, 81%, 74%
CMYK
0, 29, 45, 5
Luminance
0.5046
Every format
| HEX | #f2ad85 |
| RGB | rgb(242, 173, 133) |
| HSL | hsl(22, 81%, 74%) |
| CMYK | cmyk(0%, 29%, 45%, 5%) |
| LAB | lab(76.3 20.6 30.6) |
| LCH | lch(76.3 36.9 56.0) |
| OKLCH | oklch(0.804 0.097 51.0) |
Copy-ready code
/* CSS */
color: #f2ad85;
background-color: #f2ad85;
/* Tailwind (arbitrary) */
class="text-[#f2ad85] bg-[#f2ad85]"
/* SCSS */
$brand: #f2ad85;
/* SwiftUI */
Color(red: 0.949, green: 0.678, blue: 0.522)
/* Android */
Color.parseColor("#f2ad85")Accessibility — WCAG contrast
Aa
#f2ad85 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2ad85 on black: 11.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green67.8%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta28.5%
Yellow45.0%
Key (black)5.1%
Color previews
#f2ad85 text on a black background
contrast 11.09:1
Card sample
#f2ad85 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2ad85;
Background color
Panel with #f2ad85 background
background-color: #f2ad85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2ad85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 173, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 173, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2ad85; background: linear-gradient(135deg, #f2ad85, #EEF285);