#f3bda2
a light, electric orange · warm · closest name: tan
RGB
243, 189, 162
HSL
20°, 77%, 79%
CMYK
0, 22, 33, 5
Luminance
0.5806
Every format
| HEX | #f3bda2 |
| RGB | rgb(243, 189, 162) |
| HSL | hsl(20, 77%, 79%) |
| CMYK | cmyk(0%, 22%, 33%, 5%) |
| LAB | lab(80.8 15.8 21.1) |
| LCH | lch(80.8 26.4 53.2) |
| OKLCH | oklch(0.840 0.072 47.8) |
Copy-ready code
/* CSS */
color: #f3bda2;
background-color: #f3bda2;
/* Tailwind (arbitrary) */
class="text-[#f3bda2] bg-[#f3bda2]"
/* SCSS */
$brand: #f3bda2;
/* SwiftUI */
Color(red: 0.953, green: 0.741, blue: 0.635)
/* Android */
Color.parseColor("#f3bda2")Accessibility — WCAG contrast
Aa
#f3bda2 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3bda2 on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green74.1%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow33.3%
Key (black)4.7%
Color previews
#f3bda2 text on a black background
contrast 12.61:1
Card sample
#f3bda2 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3bda2;
Background color
Panel with #f3bda2 background
background-color: #f3bda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3bda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 189, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 189, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3bda2; background: linear-gradient(135deg, #f3bda2, #F3F3A2);