#f7c9b7
a light, electric orange · warm · closest name: pink
RGB
247, 201, 183
HSL
17°, 80%, 84%
CMYK
0, 19, 26, 3
Luminance
0.6497
Every format
| HEX | #f7c9b7 |
| RGB | rgb(247, 201, 183) |
| HSL | hsl(17, 80%, 84%) |
| CMYK | cmyk(0%, 19%, 26%, 3%) |
| LAB | lab(84.5 13.7 15.2) |
| LCH | lch(84.5 20.4 47.9) |
| OKLCH | oklch(0.871 0.058 42.5) |
Copy-ready code
/* CSS */
color: #f7c9b7;
background-color: #f7c9b7;
/* Tailwind (arbitrary) */
class="text-[#f7c9b7] bg-[#f7c9b7]"
/* SCSS */
$brand: #f7c9b7;
/* SwiftUI */
Color(red: 0.969, green: 0.788, blue: 0.718)
/* Android */
Color.parseColor("#f7c9b7")Accessibility — WCAG contrast
Aa
#f7c9b7 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7c9b7 on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green78.8%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta18.6%
Yellow25.9%
Key (black)3.1%
Color previews
#f7c9b7 text on a black background
contrast 13.99:1
Card sample
#f7c9b7 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7c9b7;
Background color
Panel with #f7c9b7 background
background-color: #f7c9b7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7c9b7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 201, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 201, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7c9b7; background: linear-gradient(135deg, #f7c9b7, #F7F4B7);