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