#ffb6f7
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 182, 247
HSL
307°, 100%, 86%
CMYK
0, 29, 3, 0
Luminance
0.6143
Every format
| HEX | #ffb6f7 |
| RGB | rgb(255, 182, 247) |
| HSL | hsl(307, 100%, 86%) |
| CMYK | cmyk(0%, 29%, 3%, 0%) |
| LAB | lab(82.6 36.5 -21.7) |
| LCH | lch(82.6 42.4 329.3) |
| OKLCH | oklch(0.865 0.118 330.4) |
Copy-ready code
/* CSS */
color: #ffb6f7;
background-color: #ffb6f7;
/* Tailwind (arbitrary) */
class="text-[#ffb6f7] bg-[#ffb6f7]"
/* SCSS */
$brand: #ffb6f7;
/* SwiftUI */
Color(red: 1.000, green: 0.714, blue: 0.969)
/* Android */
Color.parseColor("#ffb6f7")Accessibility — WCAG contrast
Aa
#ffb6f7 on white: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb6f7 on black: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green71.4%
Blue96.9%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow3.1%
Key (black)0.0%
Color previews
#ffb6f7 text on a black background
contrast 13.29:1
Card sample
#ffb6f7 text on a white background
contrast 1.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb6f7;
Background color
Panel with #ffb6f7 background
background-color: #ffb6f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb6f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 182, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 182, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb6f7; background: linear-gradient(135deg, #ffb6f7, #FFB6C6);