#fbc9ef
a pale, electric magenta / pink · warm · closest name: pink
RGB
251, 201, 239
HSL
314°, 86%, 89%
CMYK
0, 20, 5, 2
Luminance
0.6851
Every format
| HEX | #fbc9ef |
| RGB | rgb(251, 201, 239) |
| HSL | hsl(314, 86%, 89%) |
| CMYK | cmyk(0%, 20%, 5%, 2%) |
| LAB | lab(86.3 23.8 -12.0) |
| LCH | lch(86.3 26.6 333.3) |
| OKLCH | oklch(0.891 0.075 334.8) |
Copy-ready code
/* CSS */
color: #fbc9ef;
background-color: #fbc9ef;
/* Tailwind (arbitrary) */
class="text-[#fbc9ef] bg-[#fbc9ef]"
/* SCSS */
$brand: #fbc9ef;
/* SwiftUI */
Color(red: 0.984, green: 0.788, blue: 0.937)
/* Android */
Color.parseColor("#fbc9ef")Accessibility — WCAG contrast
Aa
#fbc9ef on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbc9ef on black: 14.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green78.8%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta19.9%
Yellow4.8%
Key (black)1.6%
Color previews
#fbc9ef text on a black background
contrast 14.70:1
Card sample
#fbc9ef text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbc9ef;
Background color
Panel with #fbc9ef background
background-color: #fbc9ef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbc9ef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 201, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 201, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbc9ef; background: linear-gradient(135deg, #fbc9ef, #FBC9CE);