#f3cfba
a light, vivid orange · warm · closest name: tan
RGB
243, 207, 186
HSL
22°, 70%, 84%
CMYK
0, 15, 24, 5
Luminance
0.6723
Every format
| HEX | #f3cfba |
| RGB | rgb(243, 207, 186) |
| HSL | hsl(22, 70%, 84%) |
| CMYK | cmyk(0%, 15%, 24%, 5%) |
| LAB | lab(85.6 9.5 15.1) |
| LCH | lch(85.6 17.9 57.9) |
| OKLCH | oklch(0.880 0.050 52.1) |
Copy-ready code
/* CSS */
color: #f3cfba;
background-color: #f3cfba;
/* Tailwind (arbitrary) */
class="text-[#f3cfba] bg-[#f3cfba]"
/* SCSS */
$brand: #f3cfba;
/* SwiftUI */
Color(red: 0.953, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#f3cfba")Accessibility — WCAG contrast
Aa
#f3cfba on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cfba on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green81.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow23.5%
Key (black)4.7%
Color previews
#f3cfba text on a black background
contrast 14.45:1
Card sample
#f3cfba text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cfba;
Background color
Panel with #f3cfba background
background-color: #f3cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cfba; background: linear-gradient(135deg, #f3cfba, #F1F3BA);