#fac7b2
a light, electric orange · warm · closest name: tan
RGB
250, 199, 178
HSL
18°, 88%, 84%
CMYK
0, 20, 29, 2
Luminance
0.6439
Every format
| HEX | #fac7b2 |
| RGB | rgb(250, 199, 178) |
| HSL | hsl(18, 88%, 84%) |
| CMYK | cmyk(0%, 20%, 29%, 2%) |
| LAB | lab(84.2 15.2 17.4) |
| LCH | lch(84.2 23.1 48.9) |
| OKLCH | oklch(0.869 0.065 43.5) |
Copy-ready code
/* CSS */
color: #fac7b2;
background-color: #fac7b2;
/* Tailwind (arbitrary) */
class="text-[#fac7b2] bg-[#fac7b2]"
/* SCSS */
$brand: #fac7b2;
/* SwiftUI */
Color(red: 0.980, green: 0.780, blue: 0.698)
/* Android */
Color.parseColor("#fac7b2")Accessibility — WCAG contrast
Aa
#fac7b2 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac7b2 on black: 13.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green78.0%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow28.8%
Key (black)2.0%
Color previews
#fac7b2 text on a black background
contrast 13.88:1
Card sample
#fac7b2 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac7b2;
Background color
Panel with #fac7b2 background
background-color: #fac7b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac7b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 199, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 199, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac7b2; background: linear-gradient(135deg, #fac7b2, #FAF7B2);