#d06fd3
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
208, 111, 211
HSL
298°, 53%, 63%
CMYK
1, 47, 0, 17
Luminance
0.2948
Every format
| HEX | #d06fd3 |
| RGB | rgb(208, 111, 211) |
| HSL | hsl(298, 53%, 63%) |
| CMYK | cmyk(1%, 47%, 0%, 17%) |
| LAB | lab(61.2 52.4 -35.3) |
| LCH | lch(61.2 63.2 326.0) |
| OKLCH | oklch(0.687 0.174 326.2) |
Copy-ready code
/* CSS */
color: #d06fd3;
background-color: #d06fd3;
/* Tailwind (arbitrary) */
class="text-[#d06fd3] bg-[#d06fd3]"
/* SCSS */
$brand: #d06fd3;
/* SwiftUI */
Color(red: 0.816, green: 0.435, blue: 0.827)
/* Android */
Color.parseColor("#d06fd3")Accessibility — WCAG contrast
Aa
#d06fd3 on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#d06fd3 on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green43.5%
Blue82.7%
CMYK percentages
Cyan1.4%
Magenta47.4%
Yellow0.0%
Key (black)17.3%
Color previews
#d06fd3 text on a black background
contrast 6.90:1
Card sample
#d06fd3 text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d06fd3;
Background color
Panel with #d06fd3 background
background-color: #d06fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d06fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 111, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 111, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d06fd3; background: linear-gradient(135deg, #d06fd3, #D36F93);