#cf83da
a light, vivid magenta / pink · warm · closest name: orchid
RGB
207, 131, 218
HSL
292°, 54%, 68%
CMYK
5, 40, 0, 15
Luminance
0.3456
Every format
| HEX | #cf83da |
| RGB | rgb(207, 131, 218) |
| HSL | hsl(292, 54%, 68%) |
| CMYK | cmyk(5%, 40%, 0%, 15%) |
| LAB | lab(65.4 43.1 -32.7) |
| LCH | lch(65.4 54.1 322.8) |
| OKLCH | oklch(0.719 0.147 322.3) |
Copy-ready code
/* CSS */
color: #cf83da;
background-color: #cf83da;
/* Tailwind (arbitrary) */
class="text-[#cf83da] bg-[#cf83da]"
/* SCSS */
$brand: #cf83da;
/* SwiftUI */
Color(red: 0.812, green: 0.514, blue: 0.855)
/* Android */
Color.parseColor("#cf83da")Accessibility — WCAG contrast
Aa
#cf83da on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf83da on black: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.4%
Blue85.5%
CMYK percentages
Cyan5.0%
Magenta39.9%
Yellow0.0%
Key (black)14.5%
Color previews
#cf83da text on a black background
contrast 7.91:1
Card sample
#cf83da text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf83da;
Background color
Panel with #cf83da background
background-color: #cf83da;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf83da;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 131, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 131, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf83da; background: linear-gradient(135deg, #cf83da, #DA83AB);