#f3cfab
a light, electric orange · warm · closest name: tan
RGB
243, 207, 171
HSL
30°, 75%, 81%
CMYK
0, 15, 30, 5
Luminance
0.6662
Every format
| HEX | #f3cfab |
| RGB | rgb(243, 207, 171) |
| HSL | hsl(30, 75%, 81%) |
| CMYK | cmyk(0%, 15%, 30%, 5%) |
| LAB | lab(85.3 7.5 22.6) |
| LCH | lch(85.3 23.8 71.7) |
| OKLCH | oklch(0.876 0.063 66.9) |
Copy-ready code
/* CSS */
color: #f3cfab;
background-color: #f3cfab;
/* Tailwind (arbitrary) */
class="text-[#f3cfab] bg-[#f3cfab]"
/* SCSS */
$brand: #f3cfab;
/* SwiftUI */
Color(red: 0.953, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#f3cfab")Accessibility — WCAG contrast
Aa
#f3cfab on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3cfab on black: 14.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green81.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta14.8%
Yellow29.6%
Key (black)4.7%
Color previews
#f3cfab text on a black background
contrast 14.32:1
Card sample
#f3cfab text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3cfab;
Background color
Panel with #f3cfab background
background-color: #f3cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3cfab; background: linear-gradient(135deg, #f3cfab, #E7F3AB);