#feb3ff
a pale, electric magenta / pink · warm · closest name: plum
RGB
254, 179, 255
HSL
299°, 100%, 85%
CMYK
0, 30, 0, 0
Luminance
0.6053
Every format
| HEX | #feb3ff |
| RGB | rgb(254, 179, 255) |
| HSL | hsl(299, 100%, 85%) |
| CMYK | cmyk(0%, 30%, 0%, 0%) |
| LAB | lab(82.1 39.2 -26.7) |
| LCH | lch(82.1 47.4 325.7) |
| OKLCH | oklch(0.861 0.130 326.2) |
Copy-ready code
/* CSS */
color: #feb3ff;
background-color: #feb3ff;
/* Tailwind (arbitrary) */
class="text-[#feb3ff] bg-[#feb3ff]"
/* SCSS */
$brand: #feb3ff;
/* SwiftUI */
Color(red: 0.996, green: 0.702, blue: 1.000)
/* Android */
Color.parseColor("#feb3ff")Accessibility — WCAG contrast
Aa
#feb3ff on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#feb3ff on black: 13.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.6%
Green70.2%
Blue100.0%
CMYK percentages
Cyan0.4%
Magenta29.8%
Yellow0.0%
Key (black)0.0%
Color previews
#feb3ff text on a black background
contrast 13.11:1
Card sample
#feb3ff text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #feb3ff;
Background color
Panel with #feb3ff background
background-color: #feb3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #feb3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(254, 179, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(254, 179, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #feb3ff; background: linear-gradient(135deg, #feb3ff, #FFB3CD);