#ff8cdb
a light, electric magenta / pink · warm · closest name: violet
RGB
255, 140, 219
HSL
319°, 100%, 78%
CMYK
0, 45, 14, 0
Luminance
0.4513
Every format
| HEX | #ff8cdb |
| RGB | rgb(255, 140, 219) |
| HSL | hsl(319, 100%, 78%) |
| CMYK | cmyk(0%, 45%, 14%, 0%) |
| LAB | lab(73.0 53.4 -21.1) |
| LCH | lch(73.0 57.4 338.4) |
| OKLCH | oklch(0.788 0.167 340.2) |
Copy-ready code
/* CSS */
color: #ff8cdb;
background-color: #ff8cdb;
/* Tailwind (arbitrary) */
class="text-[#ff8cdb] bg-[#ff8cdb]"
/* SCSS */
$brand: #ff8cdb;
/* SwiftUI */
Color(red: 1.000, green: 0.549, blue: 0.859)
/* Android */
Color.parseColor("#ff8cdb")Accessibility — WCAG contrast
Aa
#ff8cdb on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff8cdb on black: 10.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green54.9%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow14.1%
Key (black)0.0%
Color previews
#ff8cdb text on a black background
contrast 10.03:1
Card sample
#ff8cdb text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff8cdb;
Background color
Panel with #ff8cdb background
background-color: #ff8cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff8cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 140, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 140, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff8cdb; background: linear-gradient(135deg, #ff8cdb, #FF8C8F);