#cf6eac
a balanced, vivid magenta / pink · warm · closest name: plum
RGB
207, 110, 172
HSL
322°, 50%, 62%
CMYK
0, 47, 17, 19
Luminance
0.2740
Every format
| HEX | #cf6eac |
| RGB | rgb(207, 110, 172) |
| HSL | hsl(322, 50%, 62%) |
| CMYK | cmyk(0%, 47%, 17%, 19%) |
| LAB | lab(59.3 46.0 -16.0) |
| LCH | lch(59.3 48.7 340.8) |
| OKLCH | oklch(0.668 0.143 342.7) |
Copy-ready code
/* CSS */
color: #cf6eac;
background-color: #cf6eac;
/* Tailwind (arbitrary) */
class="text-[#cf6eac] bg-[#cf6eac]"
/* SCSS */
$brand: #cf6eac;
/* SwiftUI */
Color(red: 0.812, green: 0.431, blue: 0.675)
/* Android */
Color.parseColor("#cf6eac")Accessibility — WCAG contrast
Aa
#cf6eac on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6eac on black: 6.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green43.1%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta46.9%
Yellow16.9%
Key (black)18.8%
Color previews
#cf6eac text on a black background
contrast 6.48:1
Card sample
#cf6eac text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6eac;
Background color
Panel with #cf6eac background
background-color: #cf6eac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6eac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 110, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 110, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6eac; background: linear-gradient(135deg, #cf6eac, #CF716E);