#f2bcfd
a pale, electric violet · warm · closest name: plum
RGB
242, 188, 253
HSL
290°, 94%, 87%
CMYK
4, 26, 0, 1
Luminance
0.6194
Every format
| HEX | #f2bcfd |
| RGB | rgb(242, 188, 253) |
| HSL | hsl(290, 94%, 87%) |
| CMYK | cmyk(4%, 26%, 0%, 1%) |
| LAB | lab(82.9 30.3 -24.6) |
| LCH | lch(82.9 39.0 320.9) |
| OKLCH | oklch(0.864 0.105 320.6) |
Copy-ready code
/* CSS */
color: #f2bcfd;
background-color: #f2bcfd;
/* Tailwind (arbitrary) */
class="text-[#f2bcfd] bg-[#f2bcfd]"
/* SCSS */
$brand: #f2bcfd;
/* SwiftUI */
Color(red: 0.949, green: 0.737, blue: 0.992)
/* Android */
Color.parseColor("#f2bcfd")Accessibility — WCAG contrast
Aa
#f2bcfd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2bcfd on black: 13.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green73.7%
Blue99.2%
CMYK percentages
Cyan4.3%
Magenta25.7%
Yellow0.0%
Key (black)0.8%
Color previews
#f2bcfd text on a black background
contrast 13.39:1
Card sample
#f2bcfd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2bcfd;
Background color
Panel with #f2bcfd background
background-color: #f2bcfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2bcfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 188, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 188, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2bcfd; background: linear-gradient(135deg, #f2bcfd, #FDBCDD);