#f1b7ff
a pale, electric violet · warm · closest name: plum
RGB
241, 183, 255
HSL
288°, 100%, 86%
CMYK
6, 28, 0, 0
Luminance
0.5979
Every format
| HEX | #f1b7ff |
| RGB | rgb(241, 183, 255) |
| HSL | hsl(288, 100%, 86%) |
| CMYK | cmyk(6%, 28%, 0%, 0%) |
| LAB | lab(81.7 33.0 -27.4) |
| LCH | lch(81.7 42.9 320.3) |
| OKLCH | oklch(0.855 0.115 319.7) |
Copy-ready code
/* CSS */
color: #f1b7ff;
background-color: #f1b7ff;
/* Tailwind (arbitrary) */
class="text-[#f1b7ff] bg-[#f1b7ff]"
/* SCSS */
$brand: #f1b7ff;
/* SwiftUI */
Color(red: 0.945, green: 0.718, blue: 1.000)
/* Android */
Color.parseColor("#f1b7ff")Accessibility — WCAG contrast
Aa
#f1b7ff on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1b7ff on black: 12.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green71.8%
Blue100.0%
CMYK percentages
Cyan5.5%
Magenta28.2%
Yellow0.0%
Key (black)0.0%
Color previews
#f1b7ff text on a black background
contrast 12.96:1
Card sample
#f1b7ff text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1b7ff;
Background color
Panel with #f1b7ff background
background-color: #f1b7ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1b7ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 183, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 183, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1b7ff; background: linear-gradient(135deg, #f1b7ff, #FFB7DD);