#f2ccfb
a pale, electric violet · warm · closest name: plum
RGB
242, 204, 251
HSL
289°, 86%, 89%
CMYK
4, 19, 0, 2
Luminance
0.6903
Every format
| HEX | #f2ccfb |
| RGB | rgb(242, 204, 251) |
| HSL | hsl(289, 86%, 89%) |
| CMYK | cmyk(4%, 19%, 0%, 2%) |
| LAB | lab(86.5 21.4 -18.0) |
| LCH | lch(86.5 28.0 319.9) |
| OKLCH | oklch(0.892 0.075 319.8) |
Copy-ready code
/* CSS */
color: #f2ccfb;
background-color: #f2ccfb;
/* Tailwind (arbitrary) */
class="text-[#f2ccfb] bg-[#f2ccfb]"
/* SCSS */
$brand: #f2ccfb;
/* SwiftUI */
Color(red: 0.949, green: 0.800, blue: 0.984)
/* Android */
Color.parseColor("#f2ccfb")Accessibility — WCAG contrast
Aa
#f2ccfb on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2ccfb on black: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green80.0%
Blue98.4%
CMYK percentages
Cyan3.6%
Magenta18.7%
Yellow0.0%
Key (black)1.6%
Color previews
#f2ccfb text on a black background
contrast 14.81:1
Card sample
#f2ccfb text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2ccfb;
Background color
Panel with #f2ccfb background
background-color: #f2ccfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2ccfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 204, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 204, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2ccfb; background: linear-gradient(135deg, #f2ccfb, #FBCCE5);