#ffaceb
a light, electric magenta / pink · warm · closest name: plum
RGB
255, 172, 235
HSL
315°, 100%, 84%
CMYK
0, 33, 8, 0
Luminance
0.5676
Every format
| HEX | #ffaceb |
| RGB | rgb(255, 172, 235) |
| HSL | hsl(315, 100%, 84%) |
| CMYK | cmyk(0%, 33%, 8%, 0%) |
| LAB | lab(80.0 39.6 -19.1) |
| LCH | lch(80.0 44.0 334.2) |
| OKLCH | oklch(0.844 0.125 335.8) |
Copy-ready code
/* CSS */
color: #ffaceb;
background-color: #ffaceb;
/* Tailwind (arbitrary) */
class="text-[#ffaceb] bg-[#ffaceb]"
/* SCSS */
$brand: #ffaceb;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.922)
/* Android */
Color.parseColor("#ffaceb")Accessibility — WCAG contrast
Aa
#ffaceb on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaceb on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow7.8%
Key (black)0.0%
Color previews
#ffaceb text on a black background
contrast 12.35:1
Card sample
#ffaceb text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaceb;
Background color
Panel with #ffaceb background
background-color: #ffaceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaceb; background: linear-gradient(135deg, #ffaceb, #FFACB3);