#f0bcf2
a light, vivid magenta / pink · warm · closest name: plum
RGB
240, 188, 242
HSL
298°, 68%, 84%
CMYK
1, 22, 0, 5
Luminance
0.6090
Every format
| HEX | #f0bcf2 |
| RGB | rgb(240, 188, 242) |
| HSL | hsl(298, 68%, 84%) |
| CMYK | cmyk(1%, 22%, 0%, 5%) |
| LAB | lab(82.3 27.6 -19.6) |
| LCH | lch(82.3 33.8 324.6) |
| OKLCH | oklch(0.858 0.092 325.1) |
Copy-ready code
/* CSS */
color: #f0bcf2;
background-color: #f0bcf2;
/* Tailwind (arbitrary) */
class="text-[#f0bcf2] bg-[#f0bcf2]"
/* SCSS */
$brand: #f0bcf2;
/* SwiftUI */
Color(red: 0.941, green: 0.737, blue: 0.949)
/* Android */
Color.parseColor("#f0bcf2")Accessibility — WCAG contrast
Aa
#f0bcf2 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0bcf2 on black: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green73.7%
Blue94.9%
CMYK percentages
Cyan0.8%
Magenta22.3%
Yellow0.0%
Key (black)5.1%
Color previews
#f0bcf2 text on a black background
contrast 13.18:1
Card sample
#f0bcf2 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0bcf2;
Background color
Panel with #f0bcf2 background
background-color: #f0bcf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0bcf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 188, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 188, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0bcf2; background: linear-gradient(135deg, #f0bcf2, #F2BCD0);