#f2decc
a pale, vivid orange · warm · closest name: beige
RGB
242, 222, 204
HSL
28°, 59%, 88%
CMYK
0, 8, 16, 5
Luminance
0.7548
Every format
| HEX | #f2decc |
| RGB | rgb(242, 222, 204) |
| HSL | hsl(28, 59%, 88%) |
| CMYK | cmyk(0%, 8%, 16%, 5%) |
| LAB | lab(89.6 4.0 11.3) |
| LCH | lch(89.6 12.0 70.7) |
| OKLCH | oklch(0.912 0.033 64.4) |
Copy-ready code
/* CSS */
color: #f2decc;
background-color: #f2decc;
/* Tailwind (arbitrary) */
class="text-[#f2decc] bg-[#f2decc]"
/* SCSS */
$brand: #f2decc;
/* SwiftUI */
Color(red: 0.949, green: 0.871, blue: 0.800)
/* Android */
Color.parseColor("#f2decc")Accessibility — WCAG contrast
Aa
#f2decc on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2decc on black: 16.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green87.1%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta8.3%
Yellow15.7%
Key (black)5.1%
Color previews
#f2decc text on a black background
contrast 16.10:1
Card sample
#f2decc text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2decc;
Background color
Panel with #f2decc background
background-color: #f2decc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2decc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 222, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 222, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2decc; background: linear-gradient(135deg, #f2decc, #EDF2CC);