#f6decf
a pale, vivid orange · warm · closest name: beige
RGB
246, 222, 207
HSL
23°, 68%, 89%
CMYK
0, 10, 16, 4
Luminance
0.7634
Every format
| HEX | #f6decf |
| RGB | rgb(246, 222, 207) |
| HSL | hsl(23, 68%, 89%) |
| CMYK | cmyk(0%, 10%, 16%, 4%) |
| LAB | lab(90.0 5.9 10.3) |
| LCH | lch(90.0 11.9 60.5) |
| OKLCH | oklch(0.916 0.033 54.2) |
Copy-ready code
/* CSS */
color: #f6decf;
background-color: #f6decf;
/* Tailwind (arbitrary) */
class="text-[#f6decf] bg-[#f6decf]"
/* SCSS */
$brand: #f6decf;
/* SwiftUI */
Color(red: 0.965, green: 0.871, blue: 0.812)
/* Android */
Color.parseColor("#f6decf")Accessibility — WCAG contrast
Aa
#f6decf on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6decf on black: 16.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green87.1%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta9.8%
Yellow15.9%
Key (black)3.5%
Color previews
#f6decf text on a black background
contrast 16.27:1
Card sample
#f6decf text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6decf;
Background color
Panel with #f6decf background
background-color: #f6decf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6decf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 222, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 222, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6decf; background: linear-gradient(135deg, #f6decf, #F4F6CF);