#cf7fe8
a light, vivid violet · warm · closest name: orchid
RGB
207, 127, 232
HSL
286°, 70%, 70%
CMYK
11, 45, 0, 9
Luminance
0.3427
Every format
| HEX | #cf7fe8 |
| RGB | rgb(207, 127, 232) |
| HSL | hsl(286, 70%, 70%) |
| CMYK | cmyk(11%, 45%, 0%, 9%) |
| LAB | lab(65.2 48.0 -40.8) |
| LCH | lch(65.2 63.0 319.6) |
| OKLCH | oklch(0.720 0.168 317.8) |
Copy-ready code
/* CSS */
color: #cf7fe8;
background-color: #cf7fe8;
/* Tailwind (arbitrary) */
class="text-[#cf7fe8] bg-[#cf7fe8]"
/* SCSS */
$brand: #cf7fe8;
/* SwiftUI */
Color(red: 0.812, green: 0.498, blue: 0.910)
/* Android */
Color.parseColor("#cf7fe8")Accessibility — WCAG contrast
Aa
#cf7fe8 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf7fe8 on black: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green49.8%
Blue91.0%
CMYK percentages
Cyan10.8%
Magenta45.3%
Yellow0.0%
Key (black)9.0%
Color previews
#cf7fe8 text on a black background
contrast 7.85:1
Card sample
#cf7fe8 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf7fe8;
Background color
Panel with #cf7fe8 background
background-color: #cf7fe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf7fe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 127, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 127, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf7fe8; background: linear-gradient(135deg, #cf7fe8, #E87FBB);