#ce7dcd
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 125, 205
HSL
301°, 45%, 65%
CMYK
0, 39, 1, 19
Luminance
0.3220
Every format
| HEX | #ce7dcd |
| RGB | rgb(206, 125, 205) |
| HSL | hsl(301, 45%, 65%) |
| CMYK | cmyk(0%, 39%, 1%, 19%) |
| LAB | lab(63.5 43.5 -28.4) |
| LCH | lch(63.5 52.0 326.9) |
| OKLCH | oklch(0.703 0.143 327.4) |
Copy-ready code
/* CSS */
color: #ce7dcd;
background-color: #ce7dcd;
/* Tailwind (arbitrary) */
class="text-[#ce7dcd] bg-[#ce7dcd]"
/* SCSS */
$brand: #ce7dcd;
/* SwiftUI */
Color(red: 0.808, green: 0.490, blue: 0.804)
/* Android */
Color.parseColor("#ce7dcd")Accessibility — WCAG contrast
Aa
#ce7dcd on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7dcd on black: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green49.0%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta39.3%
Yellow0.5%
Key (black)19.2%
Color previews
#ce7dcd text on a black background
contrast 7.44:1
Card sample
#ce7dcd text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7dcd;
Background color
Panel with #ce7dcd background
background-color: #ce7dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 125, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 125, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7dcd; background: linear-gradient(135deg, #ce7dcd, #CE7D97);