#ce7ccf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 124, 207
HSL
299°, 46%, 65%
CMYK
1, 40, 0, 19
Luminance
0.3204
Every format
| HEX | #ce7ccf |
| RGB | rgb(206, 124, 207) |
| HSL | hsl(299, 46%, 65%) |
| CMYK | cmyk(1%, 40%, 0%, 19%) |
| LAB | lab(63.4 44.4 -29.7) |
| LCH | lch(63.4 53.4 326.2) |
| OKLCH | oklch(0.702 0.147 326.6) |
Copy-ready code
/* CSS */
color: #ce7ccf;
background-color: #ce7ccf;
/* Tailwind (arbitrary) */
class="text-[#ce7ccf] bg-[#ce7ccf]"
/* SCSS */
$brand: #ce7ccf;
/* SwiftUI */
Color(red: 0.808, green: 0.486, blue: 0.812)
/* Android */
Color.parseColor("#ce7ccf")Accessibility — WCAG contrast
Aa
#ce7ccf on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7ccf on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green48.6%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta40.1%
Yellow0.0%
Key (black)18.8%
Color previews
#ce7ccf text on a black background
contrast 7.41:1
Card sample
#ce7ccf text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7ccf;
Background color
Panel with #ce7ccf background
background-color: #ce7ccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7ccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 124, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 124, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7ccf; background: linear-gradient(135deg, #ce7ccf, #CF7C99);