#ffc1eb
a pale, electric magenta / pink · warm · closest name: plum
RGB
255, 193, 235
HSL
319°, 100%, 88%
CMYK
0, 24, 8, 0
Luminance
0.6540
Every format
| HEX | #ffc1eb |
| RGB | rgb(255, 193, 235) |
| HSL | hsl(319, 100%, 88%) |
| CMYK | cmyk(0%, 24%, 8%, 0%) |
| LAB | lab(84.7 28.6 -12.2) |
| LCH | lch(84.7 31.1 337.0) |
| OKLCH | oklch(0.879 0.089 338.7) |
Copy-ready code
/* CSS */
color: #ffc1eb;
background-color: #ffc1eb;
/* Tailwind (arbitrary) */
class="text-[#ffc1eb] bg-[#ffc1eb]"
/* SCSS */
$brand: #ffc1eb;
/* SwiftUI */
Color(red: 1.000, green: 0.757, blue: 0.922)
/* Android */
Color.parseColor("#ffc1eb")Accessibility — WCAG contrast
Aa
#ffc1eb on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffc1eb on black: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green75.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta24.3%
Yellow7.8%
Key (black)0.0%
Color previews
#ffc1eb text on a black background
contrast 14.08:1
Card sample
#ffc1eb text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffc1eb;
Background color
Panel with #ffc1eb background
background-color: #ffc1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffc1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 193, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 193, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffc1eb; background: linear-gradient(135deg, #ffc1eb, #FFC1C1);