#cf83df
a light, vivid violet · warm · closest name: orchid
RGB
207, 131, 223
HSL
290°, 59%, 69%
CMYK
7, 41, 0, 13
Luminance
0.3483
Every format
| HEX | #cf83df |
| RGB | rgb(207, 131, 223) |
| HSL | hsl(290, 59%, 69%) |
| CMYK | cmyk(7%, 41%, 0%, 13%) |
| LAB | lab(65.6 44.1 -35.2) |
| LCH | lch(65.6 56.4 321.4) |
| OKLCH | oklch(0.722 0.152 320.5) |
Copy-ready code
/* CSS */
color: #cf83df;
background-color: #cf83df;
/* Tailwind (arbitrary) */
class="text-[#cf83df] bg-[#cf83df]"
/* SCSS */
$brand: #cf83df;
/* SwiftUI */
Color(red: 0.812, green: 0.514, blue: 0.875)
/* Android */
Color.parseColor("#cf83df")Accessibility — WCAG contrast
Aa
#cf83df on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf83df on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green51.4%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta41.3%
Yellow0.0%
Key (black)12.5%
Color previews
#cf83df text on a black background
contrast 7.97:1
Card sample
#cf83df text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf83df;
Background color
Panel with #cf83df background
background-color: #cf83df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf83df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 131, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 131, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf83df; background: linear-gradient(135deg, #cf83df, #DF83B2);