#f3bdef
a light, vivid magenta / pink · warm · closest name: plum
RGB
243, 189, 239
HSL
304°, 69%, 85%
CMYK
0, 22, 2, 5
Luminance
0.6168
Every format
| HEX | #f3bdef |
| RGB | rgb(243, 189, 239) |
| HSL | hsl(304, 69%, 85%) |
| CMYK | cmyk(0%, 22%, 2%, 5%) |
| LAB | lab(82.7 27.5 -17.3) |
| LCH | lch(82.7 32.5 327.8) |
| OKLCH | oklch(0.862 0.090 328.8) |
Copy-ready code
/* CSS */
color: #f3bdef;
background-color: #f3bdef;
/* Tailwind (arbitrary) */
class="text-[#f3bdef] bg-[#f3bdef]"
/* SCSS */
$brand: #f3bdef;
/* SwiftUI */
Color(red: 0.953, green: 0.741, blue: 0.937)
/* Android */
Color.parseColor("#f3bdef")Accessibility — WCAG contrast
Aa
#f3bdef on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f3bdef on black: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.3%
Green74.1%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta22.2%
Yellow1.6%
Key (black)4.7%
Color previews
#f3bdef text on a black background
contrast 13.34:1
Card sample
#f3bdef text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f3bdef;
Background color
Panel with #f3bdef background
background-color: #f3bdef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f3bdef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(243, 189, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(243, 189, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f3bdef; background: linear-gradient(135deg, #f3bdef, #F3BDCB);