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