#f0ceba
a light, vivid orange · warm · closest name: tan
RGB
240, 206, 186
HSL
22°, 64%, 84%
CMYK
0, 14, 23, 6
Luminance
0.6621
Every format
| HEX | #f0ceba |
| RGB | rgb(240, 206, 186) |
| HSL | hsl(22, 64%, 84%) |
| CMYK | cmyk(0%, 14%, 23%, 6%) |
| LAB | lab(85.1 8.9 14.4) |
| LCH | lch(85.1 16.9 58.2) |
| OKLCH | oklch(0.875 0.047 52.3) |
Copy-ready code
/* CSS */
color: #f0ceba;
background-color: #f0ceba;
/* Tailwind (arbitrary) */
class="text-[#f0ceba] bg-[#f0ceba]"
/* SCSS */
$brand: #f0ceba;
/* SwiftUI */
Color(red: 0.941, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#f0ceba")Accessibility — WCAG contrast
Aa
#f0ceba on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0ceba on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green80.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta14.2%
Yellow22.5%
Key (black)5.9%
Color previews
#f0ceba text on a black background
contrast 14.24:1
Card sample
#f0ceba text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0ceba;
Background color
Panel with #f0ceba background
background-color: #f0ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0ceba; background: linear-gradient(135deg, #f0ceba, #EEF0BA);