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