#ffb3f7
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 179, 247
HSL
306°, 100%, 85%
CMYK
0, 30, 3, 0
Luminance
0.6022
Every format
| HEX | #ffb3f7 |
| RGB | rgb(255, 179, 247) |
| HSL | hsl(306, 100%, 85%) |
| CMYK | cmyk(0%, 30%, 3%, 0%) |
| LAB | lab(82.0 38.0 -22.7) |
| LCH | lch(82.0 44.3 329.2) |
| OKLCH | oklch(0.860 0.123 330.3) |
Copy-ready code
/* CSS */
color: #ffb3f7;
background-color: #ffb3f7;
/* Tailwind (arbitrary) */
class="text-[#ffb3f7] bg-[#ffb3f7]"
/* SCSS */
$brand: #ffb3f7;
/* SwiftUI */
Color(red: 1.000, green: 0.702, blue: 0.969)
/* Android */
Color.parseColor("#ffb3f7")Accessibility — WCAG contrast
Aa
#ffb3f7 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb3f7 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.2%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta29.8%
Yellow3.1%
Key (black)0.0%
Color previews
#ffb3f7 text on a black background
contrast 13.04:1
Card sample
#ffb3f7 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb3f7;
Background color
Panel with #ffb3f7 background
background-color: #ffb3f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb3f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 179, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 179, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb3f7; background: linear-gradient(135deg, #ffb3f7, #FFB3C4);