#f5e0bd
a pale, vivid orange · warm · closest name: beige
RGB
245, 224, 189
HSL
38°, 74%, 85%
CMYK
0, 9, 23, 4
Luminance
0.7640
Every format
| HEX | #f5e0bd |
| RGB | rgb(245, 224, 189) |
| HSL | hsl(38, 74%, 85%) |
| CMYK | cmyk(0%, 9%, 23%, 4%) |
| LAB | lab(90.0 1.8 19.8) |
| LCH | lch(90.0 19.9 84.7) |
| OKLCH | oklch(0.915 0.051 80.5) |
Copy-ready code
/* CSS */
color: #f5e0bd;
background-color: #f5e0bd;
/* Tailwind (arbitrary) */
class="text-[#f5e0bd] bg-[#f5e0bd]"
/* SCSS */
$brand: #f5e0bd;
/* SwiftUI */
Color(red: 0.961, green: 0.878, blue: 0.741)
/* Android */
Color.parseColor("#f5e0bd")Accessibility — WCAG contrast
Aa
#f5e0bd on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5e0bd on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green87.8%
Blue74.1%
CMYK percentages
Cyan0.0%
Magenta8.6%
Yellow22.9%
Key (black)3.9%
Color previews
#f5e0bd text on a black background
contrast 16.28:1
Card sample
#f5e0bd text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5e0bd;
Background color
Panel with #f5e0bd background
background-color: #f5e0bd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5e0bd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 224, 189, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 224, 189, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5e0bd; background: linear-gradient(135deg, #f5e0bd, #E5F5BD);