#d33eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
211, 62, 179
HSL
313°, 63%, 54%
CMYK
0, 71, 15, 17
Luminance
0.2055
Every format
| HEX | #d33eb3 |
| RGB | rgb(211, 62, 179) |
| HSL | hsl(313, 63%, 54%) |
| CMYK | cmyk(0%, 71%, 15%, 17%) |
| LAB | lab(52.5 69.1 -30.6) |
| LCH | lch(52.5 75.6 336.1) |
| OKLCH | oklch(0.619 0.220 337.9) |
Copy-ready code
/* CSS */
color: #d33eb3;
background-color: #d33eb3;
/* Tailwind (arbitrary) */
class="text-[#d33eb3] bg-[#d33eb3]"
/* SCSS */
$brand: #d33eb3;
/* SwiftUI */
Color(red: 0.827, green: 0.243, blue: 0.702)
/* Android */
Color.parseColor("#d33eb3")Accessibility — WCAG contrast
Aa
#d33eb3 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d33eb3 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green24.3%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow15.2%
Key (black)17.3%
Color previews
#d33eb3 text on a black background
contrast 5.11:1
Card sample
#d33eb3 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d33eb3;
Background color
Panel with #d33eb3 background
background-color: #d33eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d33eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 62, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 62, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d33eb3; background: linear-gradient(135deg, #d33eb3, #D33E4F);