#f5decb
a pale, vivid orange · warm · closest name: beige
RGB
245, 222, 203
HSL
27°, 68%, 88%
CMYK
0, 9, 17, 4
Luminance
0.7597
Every format
| HEX | #f5decb |
| RGB | rgb(245, 222, 203) |
| HSL | hsl(27, 68%, 88%) |
| CMYK | cmyk(0%, 9%, 17%, 4%) |
| LAB | lab(89.8 4.9 12.2) |
| LCH | lch(89.8 13.1 68.1) |
| OKLCH | oklch(0.914 0.036 61.9) |
Copy-ready code
/* CSS */
color: #f5decb;
background-color: #f5decb;
/* Tailwind (arbitrary) */
class="text-[#f5decb] bg-[#f5decb]"
/* SCSS */
$brand: #f5decb;
/* SwiftUI */
Color(red: 0.961, green: 0.871, blue: 0.796)
/* Android */
Color.parseColor("#f5decb")Accessibility — WCAG contrast
Aa
#f5decb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5decb on black: 16.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green87.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta9.4%
Yellow17.1%
Key (black)3.9%
Color previews
#f5decb text on a black background
contrast 16.19:1
Card sample
#f5decb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5decb;
Background color
Panel with #f5decb background
background-color: #f5decb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5decb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 222, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 222, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5decb; background: linear-gradient(135deg, #f5decb, #F0F5CB);