#f07cdb
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 124, 219
HSL
311°, 80%, 71%
CMYK
0, 48, 9, 6
Luminance
0.3806
Every format
| HEX | #f07cdb |
| RGB | rgb(240, 124, 219) |
| HSL | hsl(311, 80%, 71%) |
| CMYK | cmyk(0%, 48%, 9%, 6%) |
| LAB | lab(68.1 56.6 -28.8) |
| LCH | lch(68.1 63.6 333.0) |
| OKLCH | oklch(0.748 0.181 334.5) |
Copy-ready code
/* CSS */
color: #f07cdb;
background-color: #f07cdb;
/* Tailwind (arbitrary) */
class="text-[#f07cdb] bg-[#f07cdb]"
/* SCSS */
$brand: #f07cdb;
/* SwiftUI */
Color(red: 0.941, green: 0.486, blue: 0.859)
/* Android */
Color.parseColor("#f07cdb")Accessibility — WCAG contrast
Aa
#f07cdb on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07cdb on black: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green48.6%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow8.8%
Key (black)5.9%
Color previews
#f07cdb text on a black background
contrast 8.61:1
Card sample
#f07cdb text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07cdb;
Background color
Panel with #f07cdb background
background-color: #f07cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 124, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 124, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07cdb; background: linear-gradient(135deg, #f07cdb, #F07C8E);