#f1cfff
a pale, electric violet · warm · closest name: plum
RGB
241, 207, 255
HSL
283°, 100%, 91%
CMYK
6, 19, 0, 0
Luminance
0.7055
Every format
| HEX | #f1cfff |
| RGB | rgb(241, 207, 255) |
| HSL | hsl(283, 100%, 91%) |
| CMYK | cmyk(6%, 19%, 0%, 0%) |
| LAB | lab(87.3 20.3 -19.0) |
| LCH | lch(87.3 27.8 316.8) |
| OKLCH | oklch(0.898 0.074 316.0) |
Copy-ready code
/* CSS */
color: #f1cfff;
background-color: #f1cfff;
/* Tailwind (arbitrary) */
class="text-[#f1cfff] bg-[#f1cfff]"
/* SCSS */
$brand: #f1cfff;
/* SwiftUI */
Color(red: 0.945, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#f1cfff")Accessibility — WCAG contrast
Aa
#f1cfff on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f1cfff on black: 15.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.5%
Green81.2%
Blue100.0%
CMYK percentages
Cyan5.5%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#f1cfff text on a black background
contrast 15.11:1
Card sample
#f1cfff text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f1cfff;
Background color
Panel with #f1cfff background
background-color: #f1cfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f1cfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(241, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(241, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f1cfff; background: linear-gradient(135deg, #f1cfff, #FFCFED);