#d06eb3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
208, 110, 179
HSL
318°, 51%, 62%
CMYK
0, 47, 14, 18
Luminance
0.2782
Every format
| HEX | #d06eb3 |
| RGB | rgb(208, 110, 179) |
| HSL | hsl(318, 51%, 62%) |
| CMYK | cmyk(0%, 47%, 14%, 18%) |
| LAB | lab(59.7 47.4 -19.4) |
| LCH | lch(59.7 51.3 337.7) |
| OKLCH | oklch(0.672 0.148 339.5) |
Copy-ready code
/* CSS */
color: #d06eb3;
background-color: #d06eb3;
/* Tailwind (arbitrary) */
class="text-[#d06eb3] bg-[#d06eb3]"
/* SCSS */
$brand: #d06eb3;
/* SwiftUI */
Color(red: 0.816, green: 0.431, blue: 0.702)
/* Android */
Color.parseColor("#d06eb3")Accessibility — WCAG contrast
Aa
#d06eb3 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d06eb3 on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green43.1%
Blue70.2%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow13.9%
Key (black)18.4%
Color previews
#d06eb3 text on a black background
contrast 6.56:1
Card sample
#d06eb3 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d06eb3;
Background color
Panel with #d06eb3 background
background-color: #d06eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d06eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 110, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 110, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d06eb3; background: linear-gradient(135deg, #d06eb3, #D06E72);