#cf68df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 104, 223
HSL
292°, 65%, 64%
CMYK
7, 53, 0, 13
Luminance
0.2849
Every format
| HEX | #cf68df |
| RGB | rgb(207, 104, 223) |
| HSL | hsl(292, 65%, 64%) |
| CMYK | cmyk(7%, 53%, 0%, 13%) |
| LAB | lab(60.3 57.8 -43.4) |
| LCH | lch(60.3 72.3 323.1) |
| OKLCH | oklch(0.682 0.196 322.1) |
Copy-ready code
/* CSS */
color: #cf68df;
background-color: #cf68df;
/* Tailwind (arbitrary) */
class="text-[#cf68df] bg-[#cf68df]"
/* SCSS */
$brand: #cf68df;
/* SwiftUI */
Color(red: 0.812, green: 0.408, blue: 0.875)
/* Android */
Color.parseColor("#cf68df")Accessibility — WCAG contrast
Aa
#cf68df on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf68df on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green40.8%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta53.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cf68df text on a black background
contrast 6.70:1
Card sample
#cf68df text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf68df;
Background color
Panel with #cf68df background
background-color: #cf68df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf68df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 104, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 104, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf68df; background: linear-gradient(135deg, #cf68df, #DF68A0);