#cf80df
a light, vivid violet · warm · closest name: orchid
RGB
207, 128, 223
HSL
290°, 60%, 69%
CMYK
7, 43, 0, 13
Luminance
0.3403
Every format
| HEX | #cf80df |
| RGB | rgb(207, 128, 223) |
| HSL | hsl(290, 60%, 69%) |
| CMYK | cmyk(7%, 43%, 0%, 13%) |
| LAB | lab(65.0 45.6 -36.1) |
| LCH | lch(65.0 58.2 321.6) |
| OKLCH | oklch(0.717 0.157 320.7) |
Copy-ready code
/* CSS */
color: #cf80df;
background-color: #cf80df;
/* Tailwind (arbitrary) */
class="text-[#cf80df] bg-[#cf80df]"
/* SCSS */
$brand: #cf80df;
/* SwiftUI */
Color(red: 0.812, green: 0.502, blue: 0.875)
/* Android */
Color.parseColor("#cf80df")Accessibility — WCAG contrast
Aa
#cf80df on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf80df on black: 7.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green50.2%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta42.6%
Yellow0.0%
Key (black)12.5%
Color previews
#cf80df text on a black background
contrast 7.81:1
Card sample
#cf80df text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf80df;
Background color
Panel with #cf80df background
background-color: #cf80df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf80df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 128, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 128, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf80df; background: linear-gradient(135deg, #cf80df, #DF80B0);