#d37fd2
a light, vivid magenta / pink · warm · closest name: orchid
RGB
211, 127, 210
HSL
301°, 49%, 66%
CMYK
0, 40, 1, 17
Luminance
0.3368
Every format
| HEX | #d37fd2 |
| RGB | rgb(211, 127, 210) |
| HSL | hsl(301, 49%, 66%) |
| CMYK | cmyk(0%, 40%, 1%, 17%) |
| LAB | lab(64.7 44.9 -29.3) |
| LCH | lch(64.7 53.6 326.9) |
| OKLCH | oklch(0.714 0.148 327.4) |
Copy-ready code
/* CSS */
color: #d37fd2;
background-color: #d37fd2;
/* Tailwind (arbitrary) */
class="text-[#d37fd2] bg-[#d37fd2]"
/* SCSS */
$brand: #d37fd2;
/* SwiftUI */
Color(red: 0.827, green: 0.498, blue: 0.824)
/* Android */
Color.parseColor("#d37fd2")Accessibility — WCAG contrast
Aa
#d37fd2 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d37fd2 on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green49.8%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta39.8%
Yellow0.5%
Key (black)17.3%
Color previews
#d37fd2 text on a black background
contrast 7.74:1
Card sample
#d37fd2 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d37fd2;
Background color
Panel with #d37fd2 background
background-color: #d37fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d37fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 127, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 127, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d37fd2; background: linear-gradient(135deg, #d37fd2, #D37F9A);