#f7cdfb
a pale, electric magenta / pink · warm · closest name: plum
RGB
247, 205, 251
HSL
295°, 85%, 89%
CMYK
2, 18, 0, 2
Luminance
0.7040
Every format
| HEX | #f7cdfb |
| RGB | rgb(247, 205, 251) |
| HSL | hsl(295, 85%, 89%) |
| CMYK | cmyk(2%, 18%, 0%, 2%) |
| LAB | lab(87.2 22.5 -17.0) |
| LCH | lch(87.2 28.2 323.0) |
| OKLCH | oklch(0.898 0.076 323.4) |
Copy-ready code
/* CSS */
color: #f7cdfb;
background-color: #f7cdfb;
/* Tailwind (arbitrary) */
class="text-[#f7cdfb] bg-[#f7cdfb]"
/* SCSS */
$brand: #f7cdfb;
/* SwiftUI */
Color(red: 0.969, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#f7cdfb")Accessibility — WCAG contrast
Aa
#f7cdfb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f7cdfb on black: 15.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.9%
Green80.4%
Blue98.4%
CMYK percentages
Cyan1.6%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#f7cdfb text on a black background
contrast 15.08:1
Card sample
#f7cdfb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f7cdfb;
Background color
Panel with #f7cdfb background
background-color: #f7cdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f7cdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(247, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(247, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f7cdfb; background: linear-gradient(135deg, #f7cdfb, #FBCDE0);