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