#f3cda0
a light, electric orange · warm · closest name: tan
RGB
243, 205, 160
HSL
33°, 78%, 79%
CMYK
0, 16, 34, 5
Luminance
0.6526
Every format
| HEX | #f3cda0 |
| RGB | rgb(243, 205, 160) |
| HSL | hsl(33, 78%, 79%) |
| CMYK | cmyk(0%, 16%, 34%, 5%) |
| LAB | lab(84.6 7.1 27.4) |
| LCH | lch(84.6 28.3 75.4) |
| OKLCH | oklch(0.870 0.073 71.4) |
Copy-ready code
/* CSS */
color: #f3cda0;
background-color: #f3cda0;
/* Tailwind (arbitrary) */
class="text-[#f3cda0] bg-[#f3cda0]"
/* SCSS */
$brand: #f3cda0;
/* SwiftUI */
Color(red: 0.953, green: 0.804, blue: 0.627)
/* Android */
Color.parseColor("#f3cda0")Accessibility — WCAG contrast
Aa
#f3cda0 on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cda0 on black: 14.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green80.4%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta15.6%
Yellow34.2%
Key (black)4.7%
Color previews
#f3cda0 text on a black background
contrast 14.05:1
Card sample
#f3cda0 text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cda0;
Background color
Panel with #f3cda0 background
background-color: #f3cda0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cda0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 205, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 205, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cda0; background: linear-gradient(135deg, #f3cda0, #E2F3A0);