#ffb7f2
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 183, 242
HSL
311°, 100%, 86%
CMYK
0, 28, 5, 0
Luminance
0.6154
Every format
| HEX | #ffb7f2 |
| RGB | rgb(255, 183, 242) |
| HSL | hsl(311, 100%, 86%) |
| CMYK | cmyk(0%, 28%, 5%, 0%) |
| LAB | lab(82.7 35.1 -18.9) |
| LCH | lch(82.7 39.9 331.7) |
| OKLCH | oklch(0.864 0.112 333.0) |
Copy-ready code
/* CSS */
color: #ffb7f2;
background-color: #ffb7f2;
/* Tailwind (arbitrary) */
class="text-[#ffb7f2] bg-[#ffb7f2]"
/* SCSS */
$brand: #ffb7f2;
/* SwiftUI */
Color(red: 1.000, green: 0.718, blue: 0.949)
/* Android */
Color.parseColor("#ffb7f2")Accessibility — WCAG contrast
Aa
#ffb7f2 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb7f2 on black: 13.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green71.8%
Blue94.9%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow5.1%
Key (black)0.0%
Color previews
#ffb7f2 text on a black background
contrast 13.31:1
Card sample
#ffb7f2 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb7f2;
Background color
Panel with #ffb7f2 background
background-color: #ffb7f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb7f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 183, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 183, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb7f2; background: linear-gradient(135deg, #ffb7f2, #FFB7C2);