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