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