#ef6cbe
a light, electric magenta / pink · warm · closest name: orchid
RGB
239, 108, 190
HSL
322°, 80%, 68%
CMYK
0, 55, 21, 6
Luminance
0.3279
Every format
| HEX | #ef6cbe |
| RGB | rgb(239, 108, 190) |
| HSL | hsl(322, 80%, 68%) |
| CMYK | cmyk(0%, 55%, 21%, 6%) |
| LAB | lab(64.0 59.5 -18.8) |
| LCH | lch(64.0 62.4 342.5) |
| OKLCH | oklch(0.714 0.185 344.3) |
Copy-ready code
/* CSS */
color: #ef6cbe;
background-color: #ef6cbe;
/* Tailwind (arbitrary) */
class="text-[#ef6cbe] bg-[#ef6cbe]"
/* SCSS */
$brand: #ef6cbe;
/* SwiftUI */
Color(red: 0.937, green: 0.424, blue: 0.745)
/* Android */
Color.parseColor("#ef6cbe")Accessibility — WCAG contrast
Aa
#ef6cbe on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef6cbe on black: 7.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green42.4%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta54.8%
Yellow20.5%
Key (black)6.3%
Color previews
#ef6cbe text on a black background
contrast 7.56:1
Card sample
#ef6cbe text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef6cbe;
Background color
Panel with #ef6cbe background
background-color: #ef6cbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef6cbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 108, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 108, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef6cbe; background: linear-gradient(135deg, #ef6cbe, #EF716C);