#f5b899
a light, electric orange · warm · closest name: tan
RGB
245, 184, 153
HSL
20°, 82%, 78%
CMYK
0, 25, 38, 4
Luminance
0.5599
Every format
| HEX | #f5b899 |
| RGB | rgb(245, 184, 153) |
| HSL | hsl(20, 82%, 78%) |
| CMYK | cmyk(0%, 25%, 38%, 4%) |
| LAB | lab(79.6 18.1 24.4) |
| LCH | lch(79.6 30.3 53.4) |
| OKLCH | oklch(0.831 0.083 48.1) |
Copy-ready code
/* CSS */
color: #f5b899;
background-color: #f5b899;
/* Tailwind (arbitrary) */
class="text-[#f5b899] bg-[#f5b899]"
/* SCSS */
$brand: #f5b899;
/* SwiftUI */
Color(red: 0.961, green: 0.722, blue: 0.600)
/* Android */
Color.parseColor("#f5b899")Accessibility — WCAG contrast
Aa
#f5b899 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5b899 on black: 12.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green72.2%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow37.6%
Key (black)3.9%
Color previews
#f5b899 text on a black background
contrast 12.20:1
Card sample
#f5b899 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5b899;
Background color
Panel with #f5b899 background
background-color: #f5b899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5b899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 184, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 184, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5b899; background: linear-gradient(135deg, #f5b899, #F5F599);