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