#fface1
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 172, 225
HSL
322°, 100%, 84%
CMYK
0, 33, 12, 0
Luminance
0.5620
Every format
| HEX | #fface1 |
| RGB | rgb(255, 172, 225) |
| HSL | hsl(322, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 12%, 0%) |
| LAB | lab(79.7 38.0 -14.2) |
| LCH | lch(79.7 40.6 339.5) |
| OKLCH | oklch(0.840 0.117 341.2) |
Copy-ready code
/* CSS */
color: #fface1;
background-color: #fface1;
/* Tailwind (arbitrary) */
class="text-[#fface1] bg-[#fface1]"
/* SCSS */
$brand: #fface1;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.882)
/* Android */
Color.parseColor("#fface1")Accessibility — WCAG contrast
Aa
#fface1 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fface1 on black: 12.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow11.8%
Key (black)0.0%
Color previews
#fface1 text on a black background
contrast 12.24:1
Card sample
#fface1 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fface1;
Background color
Panel with #fface1 background
background-color: #fface1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fface1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fface1; background: linear-gradient(135deg, #fface1, #FFAEAC);