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