#ce7acf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 122, 207
HSL
299°, 47%, 65%
CMYK
1, 41, 0, 19
Luminance
0.3155
Every format
| HEX | #ce7acf |
| RGB | rgb(206, 122, 207) |
| HSL | hsl(299, 47%, 65%) |
| CMYK | cmyk(1%, 41%, 0%, 19%) |
| LAB | lab(63.0 45.5 -30.3) |
| LCH | lch(63.0 54.6 326.3) |
| OKLCH | oklch(0.699 0.151 326.6) |
Copy-ready code
/* CSS */
color: #ce7acf;
background-color: #ce7acf;
/* Tailwind (arbitrary) */
class="text-[#ce7acf] bg-[#ce7acf]"
/* SCSS */
$brand: #ce7acf;
/* SwiftUI */
Color(red: 0.808, green: 0.478, blue: 0.812)
/* Android */
Color.parseColor("#ce7acf")Accessibility — WCAG contrast
Aa
#ce7acf on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7acf on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green47.8%
Blue81.2%
CMYK percentages
Cyan0.5%
Magenta41.1%
Yellow0.0%
Key (black)18.8%
Color previews
#ce7acf text on a black background
contrast 7.31:1
Card sample
#ce7acf text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7acf;
Background color
Panel with #ce7acf background
background-color: #ce7acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 122, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 122, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7acf; background: linear-gradient(135deg, #ce7acf, #CF7A97);