#df3ebc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
223, 62, 188
HSL
313°, 72%, 56%
CMYK
0, 72, 16, 13
Luminance
0.2276
Every format
| HEX | #df3ebc |
| RGB | rgb(223, 62, 188) |
| HSL | hsl(313, 72%, 56%) |
| CMYK | cmyk(0%, 72%, 16%, 13%) |
| LAB | lab(54.8 73.2 -32.0) |
| LCH | lch(54.8 79.9 336.4) |
| OKLCH | oklch(0.641 0.233 338.2) |
Copy-ready code
/* CSS */
color: #df3ebc;
background-color: #df3ebc;
/* Tailwind (arbitrary) */
class="text-[#df3ebc] bg-[#df3ebc]"
/* SCSS */
$brand: #df3ebc;
/* SwiftUI */
Color(red: 0.875, green: 0.243, blue: 0.737)
/* Android */
Color.parseColor("#df3ebc")Accessibility — WCAG contrast
Aa
#df3ebc on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#df3ebc on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green24.3%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta72.2%
Yellow15.7%
Key (black)12.5%
Color previews
#df3ebc text on a black background
contrast 5.55:1
Card sample
#df3ebc text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df3ebc;
Background color
Panel with #df3ebc background
background-color: #df3ebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df3ebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 62, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 62, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df3ebc; background: linear-gradient(135deg, #df3ebc, #DF3E51);