#fd8ceb
a light, electric magenta / pink · warm · closest name: violet
RGB
253, 140, 235
HSL
310°, 97%, 77%
CMYK
0, 45, 7, 1
Luminance
0.4564
Every format
| HEX | #fd8ceb |
| RGB | rgb(253, 140, 235) |
| HSL | hsl(310, 97%, 77%) |
| CMYK | cmyk(0%, 45%, 7%, 1%) |
| LAB | lab(73.3 55.3 -29.4) |
| LCH | lch(73.3 62.6 332.0) |
| OKLCH | oklch(0.792 0.177 333.3) |
Copy-ready code
/* CSS */
color: #fd8ceb;
background-color: #fd8ceb;
/* Tailwind (arbitrary) */
class="text-[#fd8ceb] bg-[#fd8ceb]"
/* SCSS */
$brand: #fd8ceb;
/* SwiftUI */
Color(red: 0.992, green: 0.549, blue: 0.922)
/* Android */
Color.parseColor("#fd8ceb")Accessibility — WCAG contrast
Aa
#fd8ceb on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fd8ceb on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red99.2%
Green54.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta44.7%
Yellow7.1%
Key (black)0.8%
Color previews
#fd8ceb text on a black background
contrast 10.13:1
Card sample
#fd8ceb text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fd8ceb;
Background color
Panel with #fd8ceb background
background-color: #fd8ceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fd8ceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(253, 140, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(253, 140, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fd8ceb; background: linear-gradient(135deg, #fd8ceb, #FD8CA0);