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