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