#cf6daf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 109, 175
HSL
320°, 51%, 62%
CMYK
0, 47, 16, 19
Luminance
0.2730
Every format
| HEX | #cf6daf |
| RGB | rgb(207, 109, 175) |
| HSL | hsl(320, 51%, 62%) |
| CMYK | cmyk(0%, 47%, 16%, 19%) |
| LAB | lab(59.3 47.0 -17.9) |
| LCH | lch(59.3 50.3 339.2) |
| OKLCH | oklch(0.668 0.146 341.0) |
Copy-ready code
/* CSS */
color: #cf6daf;
background-color: #cf6daf;
/* Tailwind (arbitrary) */
class="text-[#cf6daf] bg-[#cf6daf]"
/* SCSS */
$brand: #cf6daf;
/* SwiftUI */
Color(red: 0.812, green: 0.427, blue: 0.686)
/* Android */
Color.parseColor("#cf6daf")Accessibility — WCAG contrast
Aa
#cf6daf on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf6daf on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green42.7%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta47.3%
Yellow15.5%
Key (black)18.8%
Color previews
#cf6daf text on a black background
contrast 6.46:1
Card sample
#cf6daf text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf6daf;
Background color
Panel with #cf6daf background
background-color: #cf6daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf6daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 109, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 109, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf6daf; background: linear-gradient(135deg, #cf6daf, #CF6D6E);