#cf7bda
a light, vivid magenta / pink · warm · closest name: orchid
RGB
207, 123, 218
HSL
293°, 56%, 67%
CMYK
5, 44, 0, 15
Luminance
0.3249
Every format
| HEX | #cf7bda |
| RGB | rgb(207, 123, 218) |
| HSL | hsl(293, 56%, 67%) |
| CMYK | cmyk(5%, 44%, 0%, 15%) |
| LAB | lab(63.8 47.3 -35.3) |
| LCH | lch(63.8 59.0 323.3) |
| OKLCH | oklch(0.707 0.160 322.8) |
Copy-ready code
/* CSS */
color: #cf7bda;
background-color: #cf7bda;
/* Tailwind (arbitrary) */
class="text-[#cf7bda] bg-[#cf7bda]"
/* SCSS */
$brand: #cf7bda;
/* SwiftUI */
Color(red: 0.812, green: 0.482, blue: 0.855)
/* Android */
Color.parseColor("#cf7bda")Accessibility — WCAG contrast
Aa
#cf7bda on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7bda on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green48.2%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta43.6%
Yellow0.0%
Key (black)14.5%
Color previews
#cf7bda text on a black background
contrast 7.50:1
Card sample
#cf7bda text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7bda;
Background color
Panel with #cf7bda background
background-color: #cf7bda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7bda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 123, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 123, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7bda; background: linear-gradient(135deg, #cf7bda, #DA7BA6);