#fac4b2
a light, electric orange · warm · closest name: pink
RGB
250, 196, 178
HSL
15°, 88%, 84%
CMYK
0, 22, 29, 2
Luminance
0.6302
Every format
| HEX | #fac4b2 |
| RGB | rgb(250, 196, 178) |
| HSL | hsl(15, 88%, 84%) |
| CMYK | cmyk(0%, 22%, 29%, 2%) |
| LAB | lab(83.5 16.8 16.4) |
| LCH | lch(83.5 23.5 44.4) |
| OKLCH | oklch(0.864 0.067 39.2) |
Copy-ready code
/* CSS */
color: #fac4b2;
background-color: #fac4b2;
/* Tailwind (arbitrary) */
class="text-[#fac4b2] bg-[#fac4b2]"
/* SCSS */
$brand: #fac4b2;
/* SwiftUI */
Color(red: 0.980, green: 0.769, blue: 0.698)
/* Android */
Color.parseColor("#fac4b2")Accessibility — WCAG contrast
Aa
#fac4b2 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fac4b2 on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green76.9%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta21.6%
Yellow28.8%
Key (black)2.0%
Color previews
#fac4b2 text on a black background
contrast 13.60:1
Card sample
#fac4b2 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fac4b2;
Background color
Panel with #fac4b2 background
background-color: #fac4b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fac4b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 196, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 196, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fac4b2; background: linear-gradient(135deg, #fac4b2, #FAF4B2);