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