#f6efec
a pale, soft orange · warm · closest name: white
RGB
246, 239, 236
HSL
18°, 36%, 95%
CMYK
0, 3, 4, 4
Luminance
0.8738
Every format
| HEX | #f6efec |
| RGB | rgb(246, 239, 236) |
| HSL | hsl(18, 36%, 95%) |
| CMYK | cmyk(0%, 3%, 4%, 4%) |
| LAB | lab(94.9 1.8 2.3) |
| LCH | lch(94.9 2.9 51.2) |
| OKLCH | oklch(0.957 0.009 44.9) |
Copy-ready code
/* CSS */
color: #f6efec;
background-color: #f6efec;
/* Tailwind (arbitrary) */
class="text-[#f6efec] bg-[#f6efec]"
/* SCSS */
$brand: #f6efec;
/* SwiftUI */
Color(red: 0.965, green: 0.937, blue: 0.925)
/* Android */
Color.parseColor("#f6efec")Accessibility — WCAG contrast
Aa
#f6efec on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6efec on black: 18.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green93.7%
Blue92.5%
CMYK percentages
Cyan0.0%
Magenta2.8%
Yellow4.1%
Key (black)3.5%
Color previews
#f6efec text on a black background
contrast 18.48:1
Card sample
#f6efec text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6efec;
Background color
Panel with #f6efec background
background-color: #f6efec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6efec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 239, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 239, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6efec; background: linear-gradient(135deg, #f6efec, #F6F6EC);