#f5b7f0
a light, electric magenta / pink · warm · closest name: plum
RGB
245, 183, 240
HSL
305°, 76%, 84%
CMYK
0, 25, 2, 4
Luminance
0.5957
Every format
| HEX | #f5b7f0 |
| RGB | rgb(245, 183, 240) |
| HSL | hsl(305, 76%, 84%) |
| CMYK | cmyk(0%, 25%, 2%, 4%) |
| LAB | lab(81.6 31.5 -19.6) |
| LCH | lch(81.6 37.1 328.2) |
| OKLCH | oklch(0.854 0.102 329.2) |
Copy-ready code
/* CSS */
color: #f5b7f0;
background-color: #f5b7f0;
/* Tailwind (arbitrary) */
class="text-[#f5b7f0] bg-[#f5b7f0]"
/* SCSS */
$brand: #f5b7f0;
/* SwiftUI */
Color(red: 0.961, green: 0.718, blue: 0.941)
/* Android */
Color.parseColor("#f5b7f0")Accessibility — WCAG contrast
Aa
#f5b7f0 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f5b7f0 on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.1%
Green71.8%
Blue94.1%
CMYK percentages
Cyan0.0%
Magenta25.3%
Yellow2.0%
Key (black)3.9%
Color previews
#f5b7f0 text on a black background
contrast 12.91:1
Card sample
#f5b7f0 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f5b7f0;
Background color
Panel with #f5b7f0 background
background-color: #f5b7f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f5b7f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(245, 183, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(245, 183, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f5b7f0; background: linear-gradient(135deg, #f5b7f0, #F5B7C7);