#cf7fe2
a light, vivid violet · warm · closest name: orchid
RGB
207, 127, 226
HSL
289°, 63%, 69%
CMYK
8, 44, 0, 11
Luminance
0.3394
Every format
| HEX | #cf7fe2 |
| RGB | rgb(207, 127, 226) |
| HSL | hsl(289, 63%, 69%) |
| CMYK | cmyk(8%, 44%, 0%, 11%) |
| LAB | lab(64.9 46.8 -37.9) |
| LCH | lch(64.9 60.2 321.0) |
| OKLCH | oklch(0.717 0.162 319.7) |
Copy-ready code
/* CSS */
color: #cf7fe2;
background-color: #cf7fe2;
/* Tailwind (arbitrary) */
class="text-[#cf7fe2] bg-[#cf7fe2]"
/* SCSS */
$brand: #cf7fe2;
/* SwiftUI */
Color(red: 0.812, green: 0.498, blue: 0.886)
/* Android */
Color.parseColor("#cf7fe2")Accessibility — WCAG contrast
Aa
#cf7fe2 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7fe2 on black: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.8%
Blue88.6%
CMYK percentages
Cyan8.4%
Magenta43.8%
Yellow0.0%
Key (black)11.4%
Color previews
#cf7fe2 text on a black background
contrast 7.79:1
Card sample
#cf7fe2 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7fe2;
Background color
Panel with #cf7fe2 background
background-color: #cf7fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 127, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 127, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7fe2; background: linear-gradient(135deg, #cf7fe2, #E27FB3);