#f7ccab
a light, electric orange · warm · closest name: tan
RGB
247, 204, 171
HSL
26°, 83%, 82%
CMYK
0, 17, 31, 3
Luminance
0.6590
Every format
| HEX | #f7ccab |
| RGB | rgb(247, 204, 171) |
| HSL | hsl(26, 83%, 82%) |
| CMYK | cmyk(0%, 17%, 31%, 3%) |
| LAB | lab(85.0 10.5 22.1) |
| LCH | lch(85.0 24.5 64.6) |
| OKLCH | oklch(0.874 0.066 59.3) |
Copy-ready code
/* CSS */
color: #f7ccab;
background-color: #f7ccab;
/* Tailwind (arbitrary) */
class="text-[#f7ccab] bg-[#f7ccab]"
/* SCSS */
$brand: #f7ccab;
/* SwiftUI */
Color(red: 0.969, green: 0.800, blue: 0.671)
/* Android */
Color.parseColor("#f7ccab")Accessibility — WCAG contrast
Aa
#f7ccab on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ccab on black: 14.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.0%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow30.8%
Key (black)3.1%
Color previews
#f7ccab text on a black background
contrast 14.18:1
Card sample
#f7ccab text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ccab;
Background color
Panel with #f7ccab background
background-color: #f7ccab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ccab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 204, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 204, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ccab; background: linear-gradient(135deg, #f7ccab, #EFF7AB);