#f6cead
a light, electric orange · warm · closest name: tan
RGB
246, 206, 173
HSL
27°, 80%, 82%
CMYK
0, 16, 30, 4
Luminance
0.6675
Every format
| HEX | #f6cead |
| RGB | rgb(246, 206, 173) |
| HSL | hsl(27, 80%, 82%) |
| CMYK | cmyk(0%, 16%, 30%, 4%) |
| LAB | lab(85.4 9.4 21.7) |
| LCH | lch(85.4 23.6 66.6) |
| OKLCH | oklch(0.877 0.063 61.4) |
Copy-ready code
/* CSS */
color: #f6cead;
background-color: #f6cead;
/* Tailwind (arbitrary) */
class="text-[#f6cead] bg-[#f6cead]"
/* SCSS */
$brand: #f6cead;
/* SwiftUI */
Color(red: 0.965, green: 0.808, blue: 0.678)
/* Android */
Color.parseColor("#f6cead")Accessibility — WCAG contrast
Aa
#f6cead on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6cead on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green80.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta16.3%
Yellow29.7%
Key (black)3.5%
Color previews
#f6cead text on a black background
contrast 14.35:1
Card sample
#f6cead text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6cead;
Background color
Panel with #f6cead background
background-color: #f6cead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6cead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 206, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 206, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6cead; background: linear-gradient(135deg, #f6cead, #EDF6AD);