#f3b387
a light, electric orange · warm · closest name: tan
RGB
243, 179, 135
HSL
24°, 82%, 74%
CMYK
0, 26, 44, 5
Luminance
0.5304
Every format
| HEX | #f3b387 |
| RGB | rgb(243, 179, 135) |
| HSL | hsl(24, 82%, 74%) |
| CMYK | cmyk(0%, 26%, 44%, 5%) |
| LAB | lab(77.9 18.0 31.6) |
| LCH | lch(77.9 36.4 60.3) |
| OKLCH | oklch(0.816 0.095 55.5) |
Copy-ready code
/* CSS */
color: #f3b387;
background-color: #f3b387;
/* Tailwind (arbitrary) */
class="text-[#f3b387] bg-[#f3b387]"
/* SCSS */
$brand: #f3b387;
/* SwiftUI */
Color(red: 0.953, green: 0.702, blue: 0.529)
/* Android */
Color.parseColor("#f3b387")Accessibility — WCAG contrast
Aa
#f3b387 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3b387 on black: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green70.2%
Blue52.9%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow44.4%
Key (black)4.7%
Color previews
#f3b387 text on a black background
contrast 11.61:1
Card sample
#f3b387 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3b387;
Background color
Panel with #f3b387 background
background-color: #f3b387;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3b387;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 179, 135, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 179, 135, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3b387; background: linear-gradient(135deg, #f3b387, #EBF387);