#faccff
a pale, electric magenta / pink · warm · closest name: plum
RGB
250, 204, 255
HSL
294°, 100%, 90%
CMYK
2, 20, 0, 0
Luminance
0.7073
Every format
| HEX | #faccff |
| RGB | rgb(250, 204, 255) |
| HSL | hsl(294, 100%, 90%) |
| CMYK | cmyk(2%, 20%, 0%, 0%) |
| LAB | lab(87.3 24.8 -18.8) |
| LCH | lch(87.3 31.1 322.8) |
| OKLCH | oklch(0.901 0.084 323.1) |
Copy-ready code
/* CSS */
color: #faccff;
background-color: #faccff;
/* Tailwind (arbitrary) */
class="text-[#faccff] bg-[#faccff]"
/* SCSS */
$brand: #faccff;
/* SwiftUI */
Color(red: 0.980, green: 0.800, blue: 1.000)
/* Android */
Color.parseColor("#faccff")Accessibility — WCAG contrast
Aa
#faccff on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faccff on black: 15.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.0%
Blue100.0%
CMYK percentages
Cyan2.0%
Magenta20.0%
Yellow0.0%
Key (black)0.0%
Color previews
#faccff text on a black background
contrast 15.15:1
Card sample
#faccff text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faccff;
Background color
Panel with #faccff background
background-color: #faccff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faccff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 204, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 204, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faccff; background: linear-gradient(135deg, #faccff, #FFCCE2);