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