#cf7fe0
a light, vivid violet · warm · closest name: orchid
RGB
207, 127, 224
HSL
290°, 61%, 69%
CMYK
8, 43, 0, 12
Luminance
0.3383
Every format
| HEX | #cf7fe0 |
| RGB | rgb(207, 127, 224) |
| HSL | hsl(290, 61%, 69%) |
| CMYK | cmyk(8%, 43%, 0%, 12%) |
| LAB | lab(64.8 46.4 -36.9) |
| LCH | lch(64.8 59.3 321.5) |
| OKLCH | oklch(0.716 0.160 320.4) |
Copy-ready code
/* CSS */
color: #cf7fe0;
background-color: #cf7fe0;
/* Tailwind (arbitrary) */
class="text-[#cf7fe0] bg-[#cf7fe0]"
/* SCSS */
$brand: #cf7fe0;
/* SwiftUI */
Color(red: 0.812, green: 0.498, blue: 0.878)
/* Android */
Color.parseColor("#cf7fe0")Accessibility — WCAG contrast
Aa
#cf7fe0 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7fe0 on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.8%
Blue87.8%
CMYK percentages
Cyan7.6%
Magenta43.3%
Yellow0.0%
Key (black)12.2%
Color previews
#cf7fe0 text on a black background
contrast 7.77:1
Card sample
#cf7fe0 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7fe0;
Background color
Panel with #cf7fe0 background
background-color: #cf7fe0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7fe0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 127, 224, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 127, 224, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7fe0; background: linear-gradient(135deg, #cf7fe0, #E07FB0);