#faccf6
a pale, electric magenta / pink · warm · closest name: pink
RGB
250, 204, 246
HSL
305°, 82%, 89%
CMYK
0, 18, 2, 2
Luminance
0.7016
Every format
| HEX | #faccf6 |
| RGB | rgb(250, 204, 246) |
| HSL | hsl(305, 82%, 89%) |
| CMYK | cmyk(0%, 18%, 2%, 2%) |
| LAB | lab(87.1 23.1 -14.5) |
| LCH | lch(87.1 27.3 328.0) |
| OKLCH | oklch(0.897 0.075 329.0) |
Copy-ready code
/* CSS */
color: #faccf6;
background-color: #faccf6;
/* Tailwind (arbitrary) */
class="text-[#faccf6] bg-[#faccf6]"
/* SCSS */
$brand: #faccf6;
/* SwiftUI */
Color(red: 0.980, green: 0.800, blue: 0.965)
/* Android */
Color.parseColor("#faccf6")Accessibility — WCAG contrast
Aa
#faccf6 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#faccf6 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.0%
Blue96.5%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow1.6%
Key (black)2.0%
Color previews
#faccf6 text on a black background
contrast 15.03:1
Card sample
#faccf6 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #faccf6;
Background color
Panel with #faccf6 background
background-color: #faccf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #faccf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 204, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 204, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #faccf6; background: linear-gradient(135deg, #faccf6, #FACCD7);