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