#f0cead
a light, vivid orange · warm · closest name: tan
RGB
240, 206, 173
HSL
30°, 69%, 81%
CMYK
0, 14, 28, 6
Luminance
0.6569
Every format
| HEX | #f0cead |
| RGB | rgb(240, 206, 173) |
| HSL | hsl(30, 69%, 81%) |
| CMYK | cmyk(0%, 14%, 28%, 6%) |
| LAB | lab(84.8 7.1 20.9) |
| LCH | lch(84.8 22.0 71.2) |
| OKLCH | oklch(0.872 0.058 66.1) |
Copy-ready code
/* CSS */
color: #f0cead;
background-color: #f0cead;
/* Tailwind (arbitrary) */
class="text-[#f0cead] bg-[#f0cead]"
/* SCSS */
$brand: #f0cead;
/* SwiftUI */
Color(red: 0.941, green: 0.808, blue: 0.678)
/* Android */
Color.parseColor("#f0cead")Accessibility — WCAG contrast
Aa
#f0cead on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0cead on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green80.8%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow27.9%
Key (black)5.9%
Color previews
#f0cead text on a black background
contrast 14.14:1
Card sample
#f0cead text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0cead;
Background color
Panel with #f0cead background
background-color: #f0cead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0cead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 206, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 206, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0cead; background: linear-gradient(135deg, #f0cead, #E5F0AD);