#f7ccba
a light, electric orange · warm · closest name: tan
RGB
247, 204, 186
HSL
18°, 79%, 85%
CMYK
0, 17, 25, 3
Luminance
0.6651
Every format
| HEX | #f7ccba |
| RGB | rgb(247, 204, 186) |
| HSL | hsl(18, 79%, 85%) |
| CMYK | cmyk(0%, 17%, 25%, 3%) |
| LAB | lab(85.3 12.5 14.7) |
| LCH | lch(85.3 19.3 49.5) |
| OKLCH | oklch(0.878 0.055 43.9) |
Copy-ready code
/* CSS */
color: #f7ccba;
background-color: #f7ccba;
/* Tailwind (arbitrary) */
class="text-[#f7ccba] bg-[#f7ccba]"
/* SCSS */
$brand: #f7ccba;
/* SwiftUI */
Color(red: 0.969, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#f7ccba")Accessibility — WCAG contrast
Aa
#f7ccba on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7ccba on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.0%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta17.4%
Yellow24.7%
Key (black)3.1%
Color previews
#f7ccba text on a black background
contrast 14.30:1
Card sample
#f7ccba text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7ccba;
Background color
Panel with #f7ccba background
background-color: #f7ccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7ccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7ccba; background: linear-gradient(135deg, #f7ccba, #F7F5BA);