#f4decb
a pale, vivid orange · warm · closest name: beige
RGB
244, 222, 203
HSL
28°, 65%, 88%
CMYK
0, 9, 17, 4
Luminance
0.7579
Every format
| HEX | #f4decb |
| RGB | rgb(244, 222, 203) |
| HSL | hsl(28, 65%, 88%) |
| CMYK | cmyk(0%, 9%, 17%, 4%) |
| LAB | lab(89.8 4.5 12.1) |
| LCH | lch(89.8 12.9 69.4) |
| OKLCH | oklch(0.913 0.035 63.2) |
Copy-ready code
/* CSS */
color: #f4decb;
background-color: #f4decb;
/* Tailwind (arbitrary) */
class="text-[#f4decb] bg-[#f4decb]"
/* SCSS */
$brand: #f4decb;
/* SwiftUI */
Color(red: 0.957, green: 0.871, blue: 0.796)
/* Android */
Color.parseColor("#f4decb")Accessibility — WCAG contrast
Aa
#f4decb on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4decb on black: 16.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green87.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta9.0%
Yellow16.8%
Key (black)4.3%
Color previews
#f4decb text on a black background
contrast 16.16:1
Card sample
#f4decb text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4decb;
Background color
Panel with #f4decb background
background-color: #f4decb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4decb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 222, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 222, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4decb; background: linear-gradient(135deg, #f4decb, #EFF4CB);