#c667bb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
198, 103, 187
HSL
307°, 46%, 59%
CMYK
0, 48, 6, 22
Luminance
0.2529
Every format
| HEX | #c667bb |
| RGB | rgb(198, 103, 187) |
| HSL | hsl(307, 46%, 59%) |
| CMYK | cmyk(0%, 48%, 6%, 22%) |
| LAB | lab(57.4 49.2 -27.7) |
| LCH | lch(57.4 56.5 330.6) |
| OKLCH | oklch(0.653 0.159 331.7) |
Copy-ready code
/* CSS */
color: #c667bb;
background-color: #c667bb;
/* Tailwind (arbitrary) */
class="text-[#c667bb] bg-[#c667bb]"
/* SCSS */
$brand: #c667bb;
/* SwiftUI */
Color(red: 0.776, green: 0.404, blue: 0.733)
/* Android */
Color.parseColor("#c667bb")Accessibility — WCAG contrast
Aa
#c667bb on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c667bb on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green40.4%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta48.0%
Yellow5.6%
Key (black)22.4%
Color previews
#c667bb text on a black background
contrast 6.06:1
Card sample
#c667bb text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c667bb;
Background color
Panel with #c667bb background
background-color: #c667bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c667bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 103, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 103, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c667bb; background: linear-gradient(135deg, #c667bb, #C6677C);