#cf6baf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 107, 175
HSL
319°, 51%, 62%
CMYK
0, 48, 16, 19
Luminance
0.2688
Every format
| HEX | #cf6baf |
| RGB | rgb(207, 107, 175) |
| HSL | hsl(319, 51%, 62%) |
| CMYK | cmyk(0%, 48%, 16%, 19%) |
| LAB | lab(58.9 48.0 -18.4) |
| LCH | lch(58.9 51.4 339.0) |
| OKLCH | oklch(0.665 0.150 340.8) |
Copy-ready code
/* CSS */
color: #cf6baf;
background-color: #cf6baf;
/* Tailwind (arbitrary) */
class="text-[#cf6baf] bg-[#cf6baf]"
/* SCSS */
$brand: #cf6baf;
/* SwiftUI */
Color(red: 0.812, green: 0.420, blue: 0.686)
/* Android */
Color.parseColor("#cf6baf")Accessibility — WCAG contrast
Aa
#cf6baf on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6baf on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.0%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta48.3%
Yellow15.5%
Key (black)18.8%
Color previews
#cf6baf text on a black background
contrast 6.38:1
Card sample
#cf6baf text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6baf;
Background color
Panel with #cf6baf background
background-color: #cf6baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 107, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 107, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6baf; background: linear-gradient(135deg, #cf6baf, #CF6B6C);