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