#feb8ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
254, 184, 255
HSL
299°, 100%, 86%
CMYK
0, 28, 0, 0
Luminance
0.6257
Every format
| HEX | #feb8ff |
| RGB | rgb(254, 184, 255) |
| HSL | hsl(299, 100%, 86%) |
| CMYK | cmyk(0%, 28%, 0%, 0%) |
| LAB | lab(83.2 36.5 -25.1) |
| LCH | lch(83.2 44.3 325.6) |
| OKLCH | oklch(0.870 0.121 326.1) |
Copy-ready code
/* CSS */
color: #feb8ff;
background-color: #feb8ff;
/* Tailwind (arbitrary) */
class="text-[#feb8ff] bg-[#feb8ff]"
/* SCSS */
$brand: #feb8ff;
/* SwiftUI */
Color(red: 0.996, green: 0.722, blue: 1.000)
/* Android */
Color.parseColor("#feb8ff")Accessibility — WCAG contrast
Aa
#feb8ff on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb8ff on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green72.2%
Blue100.0%
CMYK percentages
Cyan0.4%
Magenta27.8%
Yellow0.0%
Key (black)0.0%
Color previews
#feb8ff text on a black background
contrast 13.51:1
Card sample
#feb8ff text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb8ff;
Background color
Panel with #feb8ff background
background-color: #feb8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 184, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 184, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb8ff; background: linear-gradient(135deg, #feb8ff, #FFB8D1);