#cf68d2
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 104, 210
HSL
298°, 54%, 62%
CMYK
1, 51, 0, 18
Luminance
0.2782
Every format
| HEX | #cf68d2 |
| RGB | rgb(207, 104, 210) |
| HSL | hsl(298, 54%, 62%) |
| CMYK | cmyk(1%, 51%, 0%, 18%) |
| LAB | lab(59.7 55.4 -37.1) |
| LCH | lch(59.7 66.6 326.2) |
| OKLCH | oklch(0.676 0.184 326.3) |
Copy-ready code
/* CSS */
color: #cf68d2;
background-color: #cf68d2;
/* Tailwind (arbitrary) */
class="text-[#cf68d2] bg-[#cf68d2]"
/* SCSS */
$brand: #cf68d2;
/* SwiftUI */
Color(red: 0.812, green: 0.408, blue: 0.824)
/* Android */
Color.parseColor("#cf68d2")Accessibility — WCAG contrast
Aa
#cf68d2 on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf68d2 on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green40.8%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta50.5%
Yellow0.0%
Key (black)17.6%
Color previews
#cf68d2 text on a black background
contrast 6.56:1
Card sample
#cf68d2 text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf68d2;
Background color
Panel with #cf68d2 background
background-color: #cf68d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf68d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 104, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 104, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf68d2; background: linear-gradient(135deg, #cf68d2, #D2688E);