#d37acf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
211, 122, 207
HSL
303°, 50%, 65%
CMYK
0, 42, 2, 17
Luminance
0.3227
Every format
| HEX | #d37acf |
| RGB | rgb(211, 122, 207) |
| HSL | hsl(303, 50%, 65%) |
| CMYK | cmyk(0%, 42%, 2%, 17%) |
| LAB | lab(63.6 47.0 -29.4) |
| LCH | lch(63.6 55.4 328.0) |
| OKLCH | oklch(0.705 0.154 328.7) |
Copy-ready code
/* CSS */
color: #d37acf;
background-color: #d37acf;
/* Tailwind (arbitrary) */
class="text-[#d37acf] bg-[#d37acf]"
/* SCSS */
$brand: #d37acf;
/* SwiftUI */
Color(red: 0.827, green: 0.478, blue: 0.812)
/* Android */
Color.parseColor("#d37acf")Accessibility — WCAG contrast
Aa
#d37acf on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d37acf on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.7%
Green47.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta42.2%
Yellow1.9%
Key (black)17.3%
Color previews
#d37acf text on a black background
contrast 7.45:1
Card sample
#d37acf text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d37acf;
Background color
Panel with #d37acf background
background-color: #d37acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d37acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(211, 122, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(211, 122, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d37acf; background: linear-gradient(135deg, #d37acf, #D37A94);