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