#ffb2f3
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 178, 243
HSL
309°, 100%, 85%
CMYK
0, 30, 5, 0
Luminance
0.5957
Every format
| HEX | #ffb2f3 |
| RGB | rgb(255, 178, 243) |
| HSL | hsl(309, 100%, 85%) |
| CMYK | cmyk(0%, 30%, 5%, 0%) |
| LAB | lab(81.6 37.9 -21.1) |
| LCH | lch(81.6 43.4 330.9) |
| OKLCH | oklch(0.856 0.121 332.2) |
Copy-ready code
/* CSS */
color: #ffb2f3;
background-color: #ffb2f3;
/* Tailwind (arbitrary) */
class="text-[#ffb2f3] bg-[#ffb2f3]"
/* SCSS */
$brand: #ffb2f3;
/* SwiftUI */
Color(red: 1.000, green: 0.698, blue: 0.953)
/* Android */
Color.parseColor("#ffb2f3")Accessibility — WCAG contrast
Aa
#ffb2f3 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb2f3 on black: 12.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.8%
Blue95.3%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow4.7%
Key (black)0.0%
Color previews
#ffb2f3 text on a black background
contrast 12.91:1
Card sample
#ffb2f3 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb2f3;
Background color
Panel with #ffb2f3 background
background-color: #ffb2f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb2f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 178, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 178, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb2f3; background: linear-gradient(135deg, #ffb2f3, #FFB2C0);