#f3b98a
a light, electric orange · warm · closest name: tan
RGB
243, 185, 138
HSL
27°, 81%, 75%
CMYK
0, 24, 43, 5
Luminance
0.5559
Every format
| HEX | #f3b98a |
| RGB | rgb(243, 185, 138) |
| HSL | hsl(27, 81%, 75%) |
| CMYK | cmyk(0%, 24%, 43%, 5%) |
| LAB | lab(79.4 15.2 31.9) |
| LCH | lch(79.4 35.4 64.6) |
| OKLCH | oklch(0.828 0.091 60.1) |
Copy-ready code
/* CSS */
color: #f3b98a;
background-color: #f3b98a;
/* Tailwind (arbitrary) */
class="text-[#f3b98a] bg-[#f3b98a]"
/* SCSS */
$brand: #f3b98a;
/* SwiftUI */
Color(red: 0.953, green: 0.725, blue: 0.541)
/* Android */
Color.parseColor("#f3b98a")Accessibility — WCAG contrast
Aa
#f3b98a on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3b98a on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green72.5%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta23.9%
Yellow43.2%
Key (black)4.7%
Color previews
#f3b98a text on a black background
contrast 12.12:1
Card sample
#f3b98a text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3b98a;
Background color
Panel with #f3b98a background
background-color: #f3b98a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3b98a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 185, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 185, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3b98a; background: linear-gradient(135deg, #f3b98a, #E7F38A);