#f5cba0
a light, electric orange · warm · closest name: tan
RGB
245, 203, 160
HSL
30°, 81%, 79%
CMYK
0, 17, 35, 4
Luminance
0.6466
Every format
| HEX | #f5cba0 |
| RGB | rgb(245, 203, 160) |
| HSL | hsl(30, 81%, 79%) |
| CMYK | cmyk(0%, 17%, 35%, 4%) |
| LAB | lab(84.3 8.9 27.0) |
| LCH | lch(84.3 28.5 71.7) |
| OKLCH | oklch(0.868 0.074 67.3) |
Copy-ready code
/* CSS */
color: #f5cba0;
background-color: #f5cba0;
/* Tailwind (arbitrary) */
class="text-[#f5cba0] bg-[#f5cba0]"
/* SCSS */
$brand: #f5cba0;
/* SwiftUI */
Color(red: 0.961, green: 0.796, blue: 0.627)
/* Android */
Color.parseColor("#f5cba0")Accessibility — WCAG contrast
Aa
#f5cba0 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5cba0 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green79.6%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow34.7%
Key (black)3.9%
Color previews
#f5cba0 text on a black background
contrast 13.93:1
Card sample
#f5cba0 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5cba0;
Background color
Panel with #f5cba0 background
background-color: #f5cba0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5cba0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 203, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 203, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5cba0; background: linear-gradient(135deg, #f5cba0, #E6F5A0);