#f8c5ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
248, 197, 255
HSL
293°, 100%, 89%
CMYK
3, 23, 0, 0
Luminance
0.6711
Every format
| HEX | #f8c5ff |
| RGB | rgb(248, 197, 255) |
| HSL | hsl(293, 100%, 89%) |
| CMYK | cmyk(3%, 23%, 0%, 0%) |
| LAB | lab(85.6 27.8 -21.6) |
| LCH | lch(85.6 35.2 322.2) |
| OKLCH | oklch(0.886 0.095 322.3) |
Copy-ready code
/* CSS */
color: #f8c5ff;
background-color: #f8c5ff;
/* Tailwind (arbitrary) */
class="text-[#f8c5ff] bg-[#f8c5ff]"
/* SCSS */
$brand: #f8c5ff;
/* SwiftUI */
Color(red: 0.973, green: 0.773, blue: 1.000)
/* Android */
Color.parseColor("#f8c5ff")Accessibility — WCAG contrast
Aa
#f8c5ff on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8c5ff on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green77.3%
Blue100.0%
CMYK percentages
Cyan2.7%
Magenta22.7%
Yellow0.0%
Key (black)0.0%
Color previews
#f8c5ff text on a black background
contrast 14.42:1
Card sample
#f8c5ff text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8c5ff;
Background color
Panel with #f8c5ff background
background-color: #f8c5ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8c5ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 197, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 197, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8c5ff; background: linear-gradient(135deg, #f8c5ff, #FFC5DF);