#f5decf
a pale, vivid orange · warm · closest name: beige
RGB
245, 222, 207
HSL
24°, 66%, 89%
CMYK
0, 9, 16, 4
Luminance
0.7616
Every format
| HEX | #f5decf |
| RGB | rgb(245, 222, 207) |
| HSL | hsl(24, 66%, 89%) |
| CMYK | cmyk(0%, 9%, 16%, 4%) |
| LAB | lab(89.9 5.5 10.2) |
| LCH | lch(89.9 11.6 61.7) |
| OKLCH | oklch(0.915 0.033 55.3) |
Copy-ready code
/* CSS */
color: #f5decf;
background-color: #f5decf;
/* Tailwind (arbitrary) */
class="text-[#f5decf] bg-[#f5decf]"
/* SCSS */
$brand: #f5decf;
/* SwiftUI */
Color(red: 0.961, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#f5decf")Accessibility — WCAG contrast
Aa
#f5decf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5decf on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green87.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow15.5%
Key (black)3.9%
Color previews
#f5decf text on a black background
contrast 16.23:1
Card sample
#f5decf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5decf;
Background color
Panel with #f5decf background
background-color: #f5decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5decf; background: linear-gradient(135deg, #f5decf, #F3F5CF);