#f5b88f
a light, electric orange · warm · closest name: tan
RGB
245, 184, 143
HSL
24°, 84%, 76%
CMYK
0, 25, 42, 4
Luminance
0.5568
Every format
| HEX | #f5b88f |
| RGB | rgb(245, 184, 143) |
| HSL | hsl(24, 84%, 76%) |
| CMYK | cmyk(0%, 25%, 42%, 4%) |
| LAB | lab(79.4 17.0 29.4) |
| LCH | lch(79.4 34.0 60.0) |
| OKLCH | oklch(0.829 0.089 55.0) |
Copy-ready code
/* CSS */
color: #f5b88f;
background-color: #f5b88f;
/* Tailwind (arbitrary) */
class="text-[#f5b88f] bg-[#f5b88f]"
/* SCSS */
$brand: #f5b88f;
/* SwiftUI */
Color(red: 0.961, green: 0.722, blue: 0.561)
/* Android */
Color.parseColor("#f5b88f")Accessibility — WCAG contrast
Aa
#f5b88f on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5b88f on black: 12.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green72.2%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta24.9%
Yellow41.6%
Key (black)3.9%
Color previews
#f5b88f text on a black background
contrast 12.14:1
Card sample
#f5b88f text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5b88f;
Background color
Panel with #f5b88f background
background-color: #f5b88f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5b88f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 184, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 184, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5b88f; background: linear-gradient(135deg, #f5b88f, #EEF58F);