#f2c6fc
a pale, electric violet · warm · closest name: plum
RGB
242, 198, 252
HSL
289°, 90%, 88%
CMYK
4, 21, 0, 1
Luminance
0.6629
Every format
| HEX | #f2c6fc |
| RGB | rgb(242, 198, 252) |
| HSL | hsl(289, 90%, 88%) |
| CMYK | cmyk(4%, 21%, 0%, 1%) |
| LAB | lab(85.2 24.8 -20.6) |
| LCH | lch(85.2 32.2 320.2) |
| OKLCH | oklch(0.882 0.087 320.0) |
Copy-ready code
/* CSS */
color: #f2c6fc;
background-color: #f2c6fc;
/* Tailwind (arbitrary) */
class="text-[#f2c6fc] bg-[#f2c6fc]"
/* SCSS */
$brand: #f2c6fc;
/* SwiftUI */
Color(red: 0.949, green: 0.776, blue: 0.988)
/* Android */
Color.parseColor("#f2c6fc")Accessibility — WCAG contrast
Aa
#f2c6fc on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2c6fc on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green77.6%
Blue98.8%
CMYK percentages
Cyan4.0%
Magenta21.4%
Yellow0.0%
Key (black)1.2%
Color previews
#f2c6fc text on a black background
contrast 14.26:1
Card sample
#f2c6fc text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2c6fc;
Background color
Panel with #f2c6fc background
background-color: #f2c6fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2c6fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 198, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 198, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2c6fc; background: linear-gradient(135deg, #f2c6fc, #FCC6E2);