#f5d0bd
a pale, vivid orange · warm · closest name: tan
RGB
245, 208, 189
HSL
20°, 74%, 85%
CMYK
0, 15, 23, 4
Luminance
0.6820
Every format
| HEX | #f5d0bd |
| RGB | rgb(245, 208, 189) |
| HSL | hsl(20, 74%, 85%) |
| CMYK | cmyk(0%, 15%, 23%, 4%) |
| LAB | lab(86.1 10.1 14.3) |
| LCH | lch(86.1 17.5 54.6) |
| OKLCH | oklch(0.884 0.049 48.8) |
Copy-ready code
/* CSS */
color: #f5d0bd;
background-color: #f5d0bd;
/* Tailwind (arbitrary) */
class="text-[#f5d0bd] bg-[#f5d0bd]"
/* SCSS */
$brand: #f5d0bd;
/* SwiftUI */
Color(red: 0.961, green: 0.816, blue: 0.741)
/* Android */
Color.parseColor("#f5d0bd")Accessibility — WCAG contrast
Aa
#f5d0bd on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d0bd on black: 14.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green81.6%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow22.9%
Key (black)3.9%
Color previews
#f5d0bd text on a black background
contrast 14.64:1
Card sample
#f5d0bd text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d0bd;
Background color
Panel with #f5d0bd background
background-color: #f5d0bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d0bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 208, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 208, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d0bd; background: linear-gradient(135deg, #f5d0bd, #F5F5BD);