#f6decb
a pale, vivid orange · warm · closest name: beige
RGB
246, 222, 203
HSL
27°, 71%, 88%
CMYK
0, 10, 18, 4
Luminance
0.7615
Every format
| HEX | #f6decb |
| RGB | rgb(246, 222, 203) |
| HSL | hsl(27, 71%, 88%) |
| CMYK | cmyk(0%, 10%, 18%, 4%) |
| LAB | lab(89.9 5.3 12.3) |
| LCH | lch(89.9 13.4 66.9) |
| OKLCH | oklch(0.915 0.037 60.7) |
Copy-ready code
/* CSS */
color: #f6decb;
background-color: #f6decb;
/* Tailwind (arbitrary) */
class="text-[#f6decb] bg-[#f6decb]"
/* SCSS */
$brand: #f6decb;
/* SwiftUI */
Color(red: 0.965, green: 0.871, blue: 0.796)
/* Android */
Color.parseColor("#f6decb")Accessibility — WCAG contrast
Aa
#f6decb on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6decb on black: 16.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green87.1%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow17.5%
Key (black)3.5%
Color previews
#f6decb text on a black background
contrast 16.23:1
Card sample
#f6decb text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6decb;
Background color
Panel with #f6decb background
background-color: #f6decb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6decb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 222, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 222, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6decb; background: linear-gradient(135deg, #f6decb, #F1F6CB);