#f7cfab
a light, electric orange · warm · closest name: tan
RGB
247, 207, 171
HSL
28°, 83%, 82%
CMYK
0, 16, 31, 3
Luminance
0.6734
Every format
| HEX | #f7cfab |
| RGB | rgb(247, 207, 171) |
| HSL | hsl(28, 83%, 82%) |
| CMYK | cmyk(0%, 16%, 31%, 3%) |
| LAB | lab(85.7 9.0 23.2) |
| LCH | lch(85.7 24.8 68.8) |
| OKLCH | oklch(0.880 0.066 63.8) |
Copy-ready code
/* CSS */
color: #f7cfab;
background-color: #f7cfab;
/* Tailwind (arbitrary) */
class="text-[#f7cfab] bg-[#f7cfab]"
/* SCSS */
$brand: #f7cfab;
/* SwiftUI */
Color(red: 0.969, green: 0.812, blue: 0.671)
/* Android */
Color.parseColor("#f7cfab")Accessibility — WCAG contrast
Aa
#f7cfab on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cfab on black: 14.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green81.2%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta16.2%
Yellow30.8%
Key (black)3.1%
Color previews
#f7cfab text on a black background
contrast 14.47:1
Card sample
#f7cfab text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cfab;
Background color
Panel with #f7cfab background
background-color: #f7cfab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cfab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 207, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 207, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cfab; background: linear-gradient(135deg, #f7cfab, #ECF7AB);