#cf6dac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 109, 172
HSL
321°, 51%, 62%
CMYK
0, 47, 17, 19
Luminance
0.2718
Every format
| HEX | #cf6dac |
| RGB | rgb(207, 109, 172) |
| HSL | hsl(321, 51%, 62%) |
| CMYK | cmyk(0%, 47%, 17%, 19%) |
| LAB | lab(59.1 46.5 -16.3) |
| LCH | lch(59.1 49.3 340.7) |
| OKLCH | oklch(0.666 0.144 342.5) |
Copy-ready code
/* CSS */
color: #cf6dac;
background-color: #cf6dac;
/* Tailwind (arbitrary) */
class="text-[#cf6dac] bg-[#cf6dac]"
/* SCSS */
$brand: #cf6dac;
/* SwiftUI */
Color(red: 0.812, green: 0.427, blue: 0.675)
/* Android */
Color.parseColor("#cf6dac")Accessibility — WCAG contrast
Aa
#cf6dac on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6dac on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.7%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta47.3%
Yellow16.9%
Key (black)18.8%
Color previews
#cf6dac text on a black background
contrast 6.44:1
Card sample
#cf6dac text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6dac;
Background color
Panel with #cf6dac background
background-color: #cf6dac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6dac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 109, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 109, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6dac; background: linear-gradient(135deg, #cf6dac, #CF6F6D);