#cf76cc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 118, 204
HSL
302°, 48%, 64%
CMYK
0, 43, 1, 19
Luminance
0.3058
Every format
| HEX | #cf76cc |
| RGB | rgb(207, 118, 204) |
| HSL | hsl(302, 48%, 64%) |
| CMYK | cmyk(0%, 43%, 1%, 19%) |
| LAB | lab(62.1 47.3 -29.9) |
| LCH | lch(62.1 56.0 327.7) |
| OKLCH | oklch(0.693 0.155 328.3) |
Copy-ready code
/* CSS */
color: #cf76cc;
background-color: #cf76cc;
/* Tailwind (arbitrary) */
class="text-[#cf76cc] bg-[#cf76cc]"
/* SCSS */
$brand: #cf76cc;
/* SwiftUI */
Color(red: 0.812, green: 0.463, blue: 0.800)
/* Android */
Color.parseColor("#cf76cc")Accessibility — WCAG contrast
Aa
#cf76cc on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf76cc on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green46.3%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow1.4%
Key (black)18.8%
Color previews
#cf76cc text on a black background
contrast 7.12:1
Card sample
#cf76cc text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf76cc;
Background color
Panel with #cf76cc background
background-color: #cf76cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf76cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 118, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 118, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf76cc; background: linear-gradient(135deg, #cf76cc, #CF7691);