#f6ddce
a pale, vivid orange · warm · closest name: beige
RGB
246, 221, 206
HSL
23°, 69%, 89%
CMYK
0, 10, 16, 4
Luminance
0.7576
Every format
| HEX | #f6ddce |
| RGB | rgb(246, 221, 206) |
| HSL | hsl(23, 69%, 89%) |
| CMYK | cmyk(0%, 10%, 16%, 4%) |
| LAB | lab(89.8 6.2 10.5) |
| LCH | lch(89.8 12.2 59.3) |
| OKLCH | oklch(0.914 0.034 53.0) |
Copy-ready code
/* CSS */
color: #f6ddce;
background-color: #f6ddce;
/* Tailwind (arbitrary) */
class="text-[#f6ddce] bg-[#f6ddce]"
/* SCSS */
$brand: #f6ddce;
/* SwiftUI */
Color(red: 0.965, green: 0.867, blue: 0.808)
/* Android */
Color.parseColor("#f6ddce")Accessibility — WCAG contrast
Aa
#f6ddce on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ddce on black: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green86.7%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta10.2%
Yellow16.3%
Key (black)3.5%
Color previews
#f6ddce text on a black background
contrast 16.15:1
Card sample
#f6ddce text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ddce;
Background color
Panel with #f6ddce background
background-color: #f6ddce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ddce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 221, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 221, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ddce; background: linear-gradient(135deg, #f6ddce, #F4F6CE);