#ef6cd3
a light, electric magenta / pink · warm · closest name: orchid
RGB
239, 108, 211
HSL
313°, 80%, 68%
CMYK
0, 55, 12, 6
Luminance
0.3378
Every format
| HEX | #ef6cd3 |
| RGB | rgb(239, 108, 211) |
| HSL | hsl(313, 80%, 68%) |
| CMYK | cmyk(0%, 55%, 12%, 6%) |
| LAB | lab(64.8 62.6 -29.4) |
| LCH | lch(64.8 69.2 334.8) |
| OKLCH | oklch(0.722 0.199 336.4) |
Copy-ready code
/* CSS */
color: #ef6cd3;
background-color: #ef6cd3;
/* Tailwind (arbitrary) */
class="text-[#ef6cd3] bg-[#ef6cd3]"
/* SCSS */
$brand: #ef6cd3;
/* SwiftUI */
Color(red: 0.937, green: 0.424, blue: 0.827)
/* Android */
Color.parseColor("#ef6cd3")Accessibility — WCAG contrast
Aa
#ef6cd3 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef6cd3 on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green42.4%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta54.8%
Yellow11.7%
Key (black)6.3%
Color previews
#ef6cd3 text on a black background
contrast 7.76:1
Card sample
#ef6cd3 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef6cd3;
Background color
Panel with #ef6cd3 background
background-color: #ef6cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef6cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 108, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 108, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef6cd3; background: linear-gradient(135deg, #ef6cd3, #EF6C7C);