#f6dace
a pale, vivid orange · warm · closest name: beige
RGB
246, 218, 206
HSL
18°, 69%, 89%
CMYK
0, 11, 16, 4
Luminance
0.7419
Every format
| HEX | #f6dace |
| RGB | rgb(246, 218, 206) |
| HSL | hsl(18, 69%, 89%) |
| CMYK | cmyk(0%, 11%, 16%, 4%) |
| LAB | lab(89.0 7.8 9.4) |
| LCH | lch(89.0 12.2 50.5) |
| OKLCH | oklch(0.908 0.035 44.6) |
Copy-ready code
/* CSS */
color: #f6dace;
background-color: #f6dace;
/* Tailwind (arbitrary) */
class="text-[#f6dace] bg-[#f6dace]"
/* SCSS */
$brand: #f6dace;
/* SwiftUI */
Color(red: 0.965, green: 0.855, blue: 0.808)
/* Android */
Color.parseColor("#f6dace")Accessibility — WCAG contrast
Aa
#f6dace on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6dace on black: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green85.5%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow16.3%
Key (black)3.5%
Color previews
#f6dace text on a black background
contrast 15.84:1
Card sample
#f6dace text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6dace;
Background color
Panel with #f6dace background
background-color: #f6dace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6dace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 218, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 218, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6dace; background: linear-gradient(135deg, #f6dace, #F6F5CE);