#f07dbf
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 125, 191
HSL
326°, 79%, 72%
CMYK
0, 48, 20, 6
Luminance
0.3695
Every format
| HEX | #f07dbf |
| RGB | rgb(240, 125, 191) |
| HSL | hsl(326, 79%, 72%) |
| CMYK | cmyk(0%, 48%, 20%, 6%) |
| LAB | lab(67.3 51.9 -14.4) |
| LCH | lch(67.3 53.9 344.5) |
| OKLCH | oklch(0.738 0.160 346.2) |
Copy-ready code
/* CSS */
color: #f07dbf;
background-color: #f07dbf;
/* Tailwind (arbitrary) */
class="text-[#f07dbf] bg-[#f07dbf]"
/* SCSS */
$brand: #f07dbf;
/* SwiftUI */
Color(red: 0.941, green: 0.490, blue: 0.749)
/* Android */
Color.parseColor("#f07dbf")Accessibility — WCAG contrast
Aa
#f07dbf on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07dbf on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green49.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta47.9%
Yellow20.4%
Key (black)5.9%
Color previews
#f07dbf text on a black background
contrast 8.39:1
Card sample
#f07dbf text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07dbf;
Background color
Panel with #f07dbf background
background-color: #f07dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 125, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 125, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07dbf; background: linear-gradient(135deg, #f07dbf, #F0887D);