#f07dcd
a light, electric magenta / pink · warm · closest name: orchid
RGB
240, 125, 205
HSL
318°, 79%, 72%
CMYK
0, 48, 15, 6
Luminance
0.3760
Every format
| HEX | #f07dcd |
| RGB | rgb(240, 125, 205) |
| HSL | hsl(318, 79%, 72%) |
| CMYK | cmyk(0%, 48%, 15%, 6%) |
| LAB | lab(67.7 54.0 -21.5) |
| LCH | lch(67.7 58.1 338.2) |
| OKLCH | oklch(0.744 0.169 340.0) |
Copy-ready code
/* CSS */
color: #f07dcd;
background-color: #f07dcd;
/* Tailwind (arbitrary) */
class="text-[#f07dcd] bg-[#f07dcd]"
/* SCSS */
$brand: #f07dcd;
/* SwiftUI */
Color(red: 0.941, green: 0.490, blue: 0.804)
/* Android */
Color.parseColor("#f07dcd")Accessibility — WCAG contrast
Aa
#f07dcd on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f07dcd on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green49.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta47.9%
Yellow14.6%
Key (black)5.9%
Color previews
#f07dcd text on a black background
contrast 8.52:1
Card sample
#f07dcd text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f07dcd;
Background color
Panel with #f07dcd background
background-color: #f07dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f07dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 125, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 125, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f07dcd; background: linear-gradient(135deg, #f07dcd, #F07D80);