#f08cd3
a light, electric magenta / pink · warm · closest name: plum
RGB
240, 140, 211
HSL
317°, 77%, 75%
CMYK
0, 42, 12, 6
Luminance
0.4198
Every format
| HEX | #f08cd3 |
| RGB | rgb(240, 140, 211) |
| HSL | hsl(317, 77%, 75%) |
| CMYK | cmyk(0%, 42%, 12%, 6%) |
| LAB | lab(70.9 47.4 -20.1) |
| LCH | lch(70.9 51.5 337.0) |
| OKLCH | oklch(0.768 0.148 338.8) |
Copy-ready code
/* CSS */
color: #f08cd3;
background-color: #f08cd3;
/* Tailwind (arbitrary) */
class="text-[#f08cd3] bg-[#f08cd3]"
/* SCSS */
$brand: #f08cd3;
/* SwiftUI */
Color(red: 0.941, green: 0.549, blue: 0.827)
/* Android */
Color.parseColor("#f08cd3")Accessibility — WCAG contrast
Aa
#f08cd3 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f08cd3 on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green54.9%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow12.1%
Key (black)5.9%
Color previews
#f08cd3 text on a black background
contrast 9.40:1
Card sample
#f08cd3 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f08cd3;
Background color
Panel with #f08cd3 background
background-color: #f08cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f08cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 140, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 140, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f08cd3; background: linear-gradient(135deg, #f08cd3, #F08C90);