#cb67cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
203, 103, 207
HSL
298°, 52%, 61%
CMYK
2, 50, 0, 19
Luminance
0.2690
Every format
| HEX | #cb67cf |
| RGB | rgb(203, 103, 207) |
| HSL | hsl(298, 52%, 61%) |
| CMYK | cmyk(2%, 50%, 0%, 19%) |
| LAB | lab(58.9 54.2 -36.7) |
| LCH | lch(58.9 65.5 325.9) |
| OKLCH | oklch(0.668 0.180 325.9) |
Copy-ready code
/* CSS */
color: #cb67cf;
background-color: #cb67cf;
/* Tailwind (arbitrary) */
class="text-[#cb67cf] bg-[#cb67cf]"
/* SCSS */
$brand: #cb67cf;
/* SwiftUI */
Color(red: 0.796, green: 0.404, blue: 0.812)
/* Android */
Color.parseColor("#cb67cf")Accessibility — WCAG contrast
Aa
#cb67cf on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cb67cf on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green40.4%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta50.2%
Yellow0.0%
Key (black)18.8%
Color previews
#cb67cf text on a black background
contrast 6.38:1
Card sample
#cb67cf text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cb67cf;
Background color
Panel with #cb67cf background
background-color: #cb67cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cb67cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 103, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 103, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cb67cf; background: linear-gradient(135deg, #cb67cf, #CF678E);