#cb7fcf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
203, 127, 207
HSL
297°, 46%, 66%
CMYK
2, 39, 0, 19
Luminance
0.3238
Every format
| HEX | #cb7fcf |
| RGB | rgb(203, 127, 207) |
| HSL | hsl(297, 46%, 66%) |
| CMYK | cmyk(2%, 39%, 0%, 19%) |
| LAB | lab(63.7 41.9 -29.3) |
| LCH | lch(63.7 51.1 325.0) |
| OKLCH | oklch(0.704 0.140 325.2) |
Copy-ready code
/* CSS */
color: #cb7fcf;
background-color: #cb7fcf;
/* Tailwind (arbitrary) */
class="text-[#cb7fcf] bg-[#cb7fcf]"
/* SCSS */
$brand: #cb7fcf;
/* SwiftUI */
Color(red: 0.796, green: 0.498, blue: 0.812)
/* Android */
Color.parseColor("#cb7fcf")Accessibility — WCAG contrast
Aa
#cb7fcf on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cb7fcf on black: 7.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green49.8%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta38.6%
Yellow0.0%
Key (black)18.8%
Color previews
#cb7fcf text on a black background
contrast 7.48:1
Card sample
#cb7fcf text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb7fcf;
Background color
Panel with #cb7fcf background
background-color: #cb7fcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb7fcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 127, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 127, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb7fcf; background: linear-gradient(135deg, #cb7fcf, #CF7F9E);