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