#f0cba2
a light, vivid orange · warm · closest name: tan
RGB
240, 203, 162
HSL
32°, 72%, 79%
CMYK
0, 15, 33, 6
Luminance
0.6385
Every format
| HEX | #f0cba2 |
| RGB | rgb(240, 203, 162) |
| HSL | hsl(32, 72%, 79%) |
| CMYK | cmyk(0%, 15%, 33%, 6%) |
| LAB | lab(83.9 7.3 25.3) |
| LCH | lch(83.9 26.4 74.0) |
| OKLCH | oklch(0.864 0.068 69.6) |
Copy-ready code
/* CSS */
color: #f0cba2;
background-color: #f0cba2;
/* Tailwind (arbitrary) */
class="text-[#f0cba2] bg-[#f0cba2]"
/* SCSS */
$brand: #f0cba2;
/* SwiftUI */
Color(red: 0.941, green: 0.796, blue: 0.635)
/* Android */
Color.parseColor("#f0cba2")Accessibility — WCAG contrast
Aa
#f0cba2 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0cba2 on black: 13.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green79.6%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta15.4%
Yellow32.5%
Key (black)5.9%
Color previews
#f0cba2 text on a black background
contrast 13.77:1
Card sample
#f0cba2 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0cba2;
Background color
Panel with #f0cba2 background
background-color: #f0cba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0cba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 203, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 203, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0cba2; background: linear-gradient(135deg, #f0cba2, #E1F0A2);