#f5bea3
a light, electric orange · warm · closest name: tan
RGB
245, 190, 163
HSL
20°, 80%, 80%
CMYK
0, 22, 34, 4
Luminance
0.5888
Every format
| HEX | #f5bea3 |
| RGB | rgb(245, 190, 163) |
| HSL | hsl(20, 80%, 80%) |
| CMYK | cmyk(0%, 22%, 34%, 4%) |
| LAB | lab(81.2 16.1 21.2) |
| LCH | lch(81.2 26.7 52.8) |
| OKLCH | oklch(0.844 0.073 47.4) |
Copy-ready code
/* CSS */
color: #f5bea3;
background-color: #f5bea3;
/* Tailwind (arbitrary) */
class="text-[#f5bea3] bg-[#f5bea3]"
/* SCSS */
$brand: #f5bea3;
/* SwiftUI */
Color(red: 0.961, green: 0.745, blue: 0.639)
/* Android */
Color.parseColor("#f5bea3")Accessibility — WCAG contrast
Aa
#f5bea3 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5bea3 on black: 12.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green74.5%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta22.4%
Yellow33.5%
Key (black)3.9%
Color previews
#f5bea3 text on a black background
contrast 12.78:1
Card sample
#f5bea3 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5bea3;
Background color
Panel with #f5bea3 background
background-color: #f5bea3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5bea3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 190, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 190, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5bea3; background: linear-gradient(135deg, #f5bea3, #F5F5A3);