#f1c6ff
a pale, electric violet · warm · closest name: plum
RGB
241, 198, 255
HSL
285°, 100%, 89%
CMYK
6, 22, 0, 0
Luminance
0.6631
Every format
| HEX | #f1c6ff |
| RGB | rgb(241, 198, 255) |
| HSL | hsl(285, 100%, 89%) |
| CMYK | cmyk(6%, 22%, 0%, 0%) |
| LAB | lab(85.2 25.0 -22.2) |
| LCH | lch(85.2 33.5 318.4) |
| OKLCH | oklch(0.882 0.089 317.8) |
Copy-ready code
/* CSS */
color: #f1c6ff;
background-color: #f1c6ff;
/* Tailwind (arbitrary) */
class="text-[#f1c6ff] bg-[#f1c6ff]"
/* SCSS */
$brand: #f1c6ff;
/* SwiftUI */
Color(red: 0.945, green: 0.776, blue: 1.000)
/* Android */
Color.parseColor("#f1c6ff")Accessibility — WCAG contrast
Aa
#f1c6ff on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1c6ff on black: 14.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green77.6%
Blue100.0%
CMYK percentages
Cyan5.5%
Magenta22.4%
Yellow0.0%
Key (black)0.0%
Color previews
#f1c6ff text on a black background
contrast 14.26:1
Card sample
#f1c6ff text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1c6ff;
Background color
Panel with #f1c6ff background
background-color: #f1c6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1c6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 198, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 198, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1c6ff; background: linear-gradient(135deg, #f1c6ff, #FFC6E7);