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