#c438cf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
196, 56, 207
HSL
296°, 61%, 52%
CMYK
5, 73, 0, 19
Luminance
0.1907
Every format
| HEX | #c438cf |
| RGB | rgb(196, 56, 207) |
| HSL | hsl(296, 61%, 52%) |
| CMYK | cmyk(5%, 73%, 0%, 19%) |
| LAB | lab(50.8 72.1 -49.6) |
| LCH | lch(50.8 87.5 325.5) |
| OKLCH | oklch(0.607 0.240 324.8) |
Copy-ready code
/* CSS */
color: #c438cf;
background-color: #c438cf;
/* Tailwind (arbitrary) */
class="text-[#c438cf] bg-[#c438cf]"
/* SCSS */
$brand: #c438cf;
/* SwiftUI */
Color(red: 0.769, green: 0.220, blue: 0.812)
/* Android */
Color.parseColor("#c438cf")Accessibility — WCAG contrast
Aa
#c438cf on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c438cf on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green22.0%
Blue81.2%
CMYK percentages
Cyan5.3%
Magenta72.9%
Yellow0.0%
Key (black)18.8%
Color previews
#c438cf text on a black background
contrast 4.81:1
Card sample
#c438cf text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c438cf;
Background color
Panel with #c438cf background
background-color: #c438cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c438cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 56, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 56, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c438cf; background: linear-gradient(135deg, #c438cf, #CF3876);