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