#f2b88d
a light, electric orange · warm · closest name: tan
RGB
242, 184, 141
HSL
26°, 80%, 75%
CMYK
0, 24, 42, 5
Luminance
0.5508
Every format
| HEX | #f2b88d |
| RGB | rgb(242, 184, 141) |
| HSL | hsl(26, 80%, 75%) |
| CMYK | cmyk(0%, 24%, 42%, 5%) |
| LAB | lab(79.1 15.6 30.0) |
| LCH | lch(79.1 33.8 62.5) |
| OKLCH | oklch(0.826 0.088 57.7) |
Copy-ready code
/* CSS */
color: #f2b88d;
background-color: #f2b88d;
/* Tailwind (arbitrary) */
class="text-[#f2b88d] bg-[#f2b88d]"
/* SCSS */
$brand: #f2b88d;
/* SwiftUI */
Color(red: 0.949, green: 0.722, blue: 0.553)
/* Android */
Color.parseColor("#f2b88d")Accessibility — WCAG contrast
Aa
#f2b88d on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2b88d on black: 12.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green72.2%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta24.0%
Yellow41.7%
Key (black)5.1%
Color previews
#f2b88d text on a black background
contrast 12.02:1
Card sample
#f2b88d text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2b88d;
Background color
Panel with #f2b88d background
background-color: #f2b88d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2b88d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 184, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 184, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2b88d; background: linear-gradient(135deg, #f2b88d, #E9F28D);