#f5d0b7
a light, electric orange · warm · closest name: tan
RGB
245, 208, 183
HSL
24°, 76%, 84%
CMYK
0, 15, 25, 4
Luminance
0.6794
Every format
| HEX | #f5d0b7 |
| RGB | rgb(245, 208, 183) |
| HSL | hsl(24, 76%, 84%) |
| CMYK | cmyk(0%, 15%, 25%, 4%) |
| LAB | lab(86.0 9.3 17.2) |
| LCH | lch(86.0 19.6 61.7) |
| OKLCH | oklch(0.883 0.054 56.0) |
Copy-ready code
/* CSS */
color: #f5d0b7;
background-color: #f5d0b7;
/* Tailwind (arbitrary) */
class="text-[#f5d0b7] bg-[#f5d0b7]"
/* SCSS */
$brand: #f5d0b7;
/* SwiftUI */
Color(red: 0.961, green: 0.816, blue: 0.718)
/* Android */
Color.parseColor("#f5d0b7")Accessibility — WCAG contrast
Aa
#f5d0b7 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5d0b7 on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green81.6%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta15.1%
Yellow25.3%
Key (black)3.9%
Color previews
#f5d0b7 text on a black background
contrast 14.59:1
Card sample
#f5d0b7 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5d0b7;
Background color
Panel with #f5d0b7 background
background-color: #f5d0b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5d0b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 208, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 208, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5d0b7; background: linear-gradient(135deg, #f5d0b7, #F1F5B7);