#f5ddbf
a pale, vivid orange · warm · closest name: beige
RGB
245, 221, 191
HSL
33°, 73%, 86%
CMYK
0, 10, 22, 4
Luminance
0.7489
Every format
| HEX | #f5ddbf |
| RGB | rgb(245, 221, 191) |
| HSL | hsl(33, 73%, 86%) |
| CMYK | cmyk(0%, 10%, 22%, 4%) |
| LAB | lab(89.3 3.7 17.8) |
| LCH | lch(89.3 18.1 78.3) |
| OKLCH | oklch(0.909 0.048 73.3) |
Copy-ready code
/* CSS */
color: #f5ddbf;
background-color: #f5ddbf;
/* Tailwind (arbitrary) */
class="text-[#f5ddbf] bg-[#f5ddbf]"
/* SCSS */
$brand: #f5ddbf;
/* SwiftUI */
Color(red: 0.961, green: 0.867, blue: 0.749)
/* Android */
Color.parseColor("#f5ddbf")Accessibility — WCAG contrast
Aa
#f5ddbf on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5ddbf on black: 15.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green86.7%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow22.0%
Key (black)3.9%
Color previews
#f5ddbf text on a black background
contrast 15.98:1
Card sample
#f5ddbf text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5ddbf;
Background color
Panel with #f5ddbf background
background-color: #f5ddbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5ddbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 221, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 221, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5ddbf; background: linear-gradient(135deg, #f5ddbf, #E9F5BF);