#f6bdf0
a pale, electric magenta / pink · warm · closest name: plum
RGB
246, 189, 240
HSL
306°, 76%, 85%
CMYK
0, 23, 2, 4
Luminance
0.6228
Every format
| HEX | #f6bdf0 |
| RGB | rgb(246, 189, 240) |
| HSL | hsl(306, 76%, 85%) |
| CMYK | cmyk(0%, 23%, 2%, 4%) |
| LAB | lab(83.1 28.6 -17.4) |
| LCH | lch(83.1 33.5 328.8) |
| OKLCH | oklch(0.865 0.093 329.9) |
Copy-ready code
/* CSS */
color: #f6bdf0;
background-color: #f6bdf0;
/* Tailwind (arbitrary) */
class="text-[#f6bdf0] bg-[#f6bdf0]"
/* SCSS */
$brand: #f6bdf0;
/* SwiftUI */
Color(red: 0.965, green: 0.741, blue: 0.941)
/* Android */
Color.parseColor("#f6bdf0")Accessibility — WCAG contrast
Aa
#f6bdf0 on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6bdf0 on black: 13.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green74.1%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta23.2%
Yellow2.4%
Key (black)3.5%
Color previews
#f6bdf0 text on a black background
contrast 13.46:1
Card sample
#f6bdf0 text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6bdf0;
Background color
Panel with #f6bdf0 background
background-color: #f6bdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6bdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 189, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 189, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6bdf0; background: linear-gradient(135deg, #f6bdf0, #F6BDCA);