#fface9
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 172, 233
HSL
316°, 100%, 84%
CMYK
0, 33, 9, 0
Luminance
0.5665
Every format
| HEX | #fface9 |
| RGB | rgb(255, 172, 233) |
| HSL | hsl(316, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 9%, 0%) |
| LAB | lab(80.0 39.3 -18.1) |
| LCH | lch(80.0 43.3 335.2) |
| OKLCH | oklch(0.843 0.123 336.8) |
Copy-ready code
/* CSS */
color: #fface9;
background-color: #fface9;
/* Tailwind (arbitrary) */
class="text-[#fface9] bg-[#fface9]"
/* SCSS */
$brand: #fface9;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.914)
/* Android */
Color.parseColor("#fface9")Accessibility — WCAG contrast
Aa
#fface9 on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fface9 on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue91.4%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow8.6%
Key (black)0.0%
Color previews
#fface9 text on a black background
contrast 12.33:1
Card sample
#fface9 text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fface9;
Background color
Panel with #fface9 background
background-color: #fface9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fface9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fface9; background: linear-gradient(135deg, #fface9, #FFACB2);