#f4bcee
a light, vivid magenta / pink · warm · closest name: plum
RGB
244, 188, 238
HSL
306°, 72%, 85%
CMYK
0, 23, 3, 4
Luminance
0.6137
Every format
| HEX | #f4bcee |
| RGB | rgb(244, 188, 238) |
| HSL | hsl(306, 72%, 85%) |
| CMYK | cmyk(0%, 23%, 3%, 4%) |
| LAB | lab(82.6 28.2 -17.0) |
| LCH | lch(82.6 32.9 328.8) |
| OKLCH | oklch(0.861 0.091 330.0) |
Copy-ready code
/* CSS */
color: #f4bcee;
background-color: #f4bcee;
/* Tailwind (arbitrary) */
class="text-[#f4bcee] bg-[#f4bcee]"
/* SCSS */
$brand: #f4bcee;
/* SwiftUI */
Color(red: 0.957, green: 0.737, blue: 0.933)
/* Android */
Color.parseColor("#f4bcee")Accessibility — WCAG contrast
Aa
#f4bcee on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f4bcee on black: 13.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red95.7%
Green73.7%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta23.0%
Yellow2.5%
Key (black)4.3%
Color previews
#f4bcee text on a black background
contrast 13.27:1
Card sample
#f4bcee text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f4bcee;
Background color
Panel with #f4bcee background
background-color: #f4bcee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f4bcee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(244, 188, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(244, 188, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f4bcee; background: linear-gradient(135deg, #f4bcee, #F4BCC9);