#cf6cbf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 108, 191
HSL
310°, 51%, 62%
CMYK
0, 48, 8, 19
Luminance
0.2775
Every format
| HEX | #cf6cbf |
| RGB | rgb(207, 108, 191) |
| HSL | hsl(310, 51%, 62%) |
| CMYK | cmyk(0%, 48%, 8%, 19%) |
| LAB | lab(59.7 50.1 -26.4) |
| LCH | lch(59.7 56.6 332.2) |
| OKLCH | oklch(0.673 0.161 333.6) |
Copy-ready code
/* CSS */
color: #cf6cbf;
background-color: #cf6cbf;
/* Tailwind (arbitrary) */
class="text-[#cf6cbf] bg-[#cf6cbf]"
/* SCSS */
$brand: #cf6cbf;
/* SwiftUI */
Color(red: 0.812, green: 0.424, blue: 0.749)
/* Android */
Color.parseColor("#cf6cbf")Accessibility — WCAG contrast
Aa
#cf6cbf on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6cbf on black: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.4%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta47.8%
Yellow7.7%
Key (black)18.8%
Color previews
#cf6cbf text on a black background
contrast 6.55:1
Card sample
#cf6cbf text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6cbf;
Background color
Panel with #cf6cbf background
background-color: #cf6cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 108, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 108, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6cbf; background: linear-gradient(135deg, #cf6cbf, #CF6C7D);