#cf7fe7
a light, vivid violet · warm · closest name: orchid
RGB
207, 127, 231
HSL
286°, 68%, 70%
CMYK
10, 45, 0, 9
Luminance
0.3421
Every format
| HEX | #cf7fe7 |
| RGB | rgb(207, 127, 231) |
| HSL | hsl(286, 68%, 70%) |
| CMYK | cmyk(10%, 45%, 0%, 9%) |
| LAB | lab(65.1 47.8 -40.3) |
| LCH | lch(65.1 62.5 319.8) |
| OKLCH | oklch(0.719 0.167 318.1) |
Copy-ready code
/* CSS */
color: #cf7fe7;
background-color: #cf7fe7;
/* Tailwind (arbitrary) */
class="text-[#cf7fe7] bg-[#cf7fe7]"
/* SCSS */
$brand: #cf7fe7;
/* SwiftUI */
Color(red: 0.812, green: 0.498, blue: 0.906)
/* Android */
Color.parseColor("#cf7fe7")Accessibility — WCAG contrast
Aa
#cf7fe7 on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7fe7 on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.8%
Blue90.6%
CMYK percentages
Cyan10.4%
Magenta45.0%
Yellow0.0%
Key (black)9.4%
Color previews
#cf7fe7 text on a black background
contrast 7.84:1
Card sample
#cf7fe7 text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7fe7;
Background color
Panel with #cf7fe7 background
background-color: #cf7fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 127, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 127, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7fe7; background: linear-gradient(135deg, #cf7fe7, #E77FBA);