#f3bf9b
a light, electric orange · warm · closest name: tan
RGB
243, 191, 155
HSL
25°, 79%, 78%
CMYK
0, 21, 36, 5
Luminance
0.5868
Every format
| HEX | #f3bf9b |
| RGB | rgb(243, 191, 155) |
| HSL | hsl(25, 79%, 78%) |
| CMYK | cmyk(0%, 21%, 36%, 5%) |
| LAB | lab(81.1 13.9 25.3) |
| LCH | lch(81.1 28.9 61.3) |
| OKLCH | oklch(0.842 0.077 56.1) |
Copy-ready code
/* CSS */
color: #f3bf9b;
background-color: #f3bf9b;
/* Tailwind (arbitrary) */
class="text-[#f3bf9b] bg-[#f3bf9b]"
/* SCSS */
$brand: #f3bf9b;
/* SwiftUI */
Color(red: 0.953, green: 0.749, blue: 0.608)
/* Android */
Color.parseColor("#f3bf9b")Accessibility — WCAG contrast
Aa
#f3bf9b on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3bf9b on black: 12.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green74.9%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta21.4%
Yellow36.2%
Key (black)4.7%
Color previews
#f3bf9b text on a black background
contrast 12.74:1
Card sample
#f3bf9b text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3bf9b;
Background color
Panel with #f3bf9b background
background-color: #f3bf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3bf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 191, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 191, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3bf9b; background: linear-gradient(135deg, #f3bf9b, #ECF39B);