#d35fd2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
211, 95, 210
HSL
301°, 57%, 60%
CMYK
0, 55, 1, 17
Luminance
0.2669
Every format
| HEX | #d35fd2 |
| RGB | rgb(211, 95, 210) |
| HSL | hsl(301, 57%, 60%) |
| CMYK | cmyk(0%, 55%, 1%, 17%) |
| LAB | lab(58.7 60.7 -38.6) |
| LCH | lch(58.7 72.0 327.5) |
| OKLCH | oklch(0.669 0.200 327.9) |
Copy-ready code
/* CSS */
color: #d35fd2;
background-color: #d35fd2;
/* Tailwind (arbitrary) */
class="text-[#d35fd2] bg-[#d35fd2]"
/* SCSS */
$brand: #d35fd2;
/* SwiftUI */
Color(red: 0.827, green: 0.373, blue: 0.824)
/* Android */
Color.parseColor("#d35fd2")Accessibility — WCAG contrast
Aa
#d35fd2 on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d35fd2 on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green37.3%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta55.0%
Yellow0.5%
Key (black)17.3%
Color previews
#d35fd2 text on a black background
contrast 6.34:1
Card sample
#d35fd2 text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d35fd2;
Background color
Panel with #d35fd2 background
background-color: #d35fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d35fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 95, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 95, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d35fd2; background: linear-gradient(135deg, #d35fd2, #D35F85);