#cf68bc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 104, 188
HSL
311°, 52%, 61%
CMYK
0, 50, 9, 19
Luminance
0.2680
Every format
| HEX | #cf68bc |
| RGB | rgb(207, 104, 188) |
| HSL | hsl(311, 52%, 61%) |
| CMYK | cmyk(0%, 50%, 9%, 19%) |
| LAB | lab(58.8 51.6 -26.0) |
| LCH | lch(58.8 57.8 333.2) |
| OKLCH | oklch(0.666 0.165 334.7) |
Copy-ready code
/* CSS */
color: #cf68bc;
background-color: #cf68bc;
/* Tailwind (arbitrary) */
class="text-[#cf68bc] bg-[#cf68bc]"
/* SCSS */
$brand: #cf68bc;
/* SwiftUI */
Color(red: 0.812, green: 0.408, blue: 0.737)
/* Android */
Color.parseColor("#cf68bc")Accessibility — WCAG contrast
Aa
#cf68bc on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf68bc on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green40.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow9.2%
Key (black)18.8%
Color previews
#cf68bc text on a black background
contrast 6.36:1
Card sample
#cf68bc text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf68bc;
Background color
Panel with #cf68bc background
background-color: #cf68bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf68bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 104, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 104, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf68bc; background: linear-gradient(135deg, #cf68bc, #CF6877);