#cf26cf
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 38, 207
HSL
300°, 69%, 48%
CMYK
0, 82, 0, 19
Luminance
0.1916
Every format
| HEX | #cf26cf |
| RGB | rgb(207, 38, 207) |
| HSL | hsl(300, 69%, 48%) |
| CMYK | cmyk(0%, 82%, 0%, 19%) |
| LAB | lab(50.9 79.1 -49.3) |
| LCH | lch(50.9 93.2 328.0) |
| OKLCH | oklch(0.611 0.260 328.2) |
Copy-ready code
/* CSS */
color: #cf26cf;
background-color: #cf26cf;
/* Tailwind (arbitrary) */
class="text-[#cf26cf] bg-[#cf26cf]"
/* SCSS */
$brand: #cf26cf;
/* SwiftUI */
Color(red: 0.812, green: 0.149, blue: 0.812)
/* Android */
Color.parseColor("#cf26cf")Accessibility — WCAG contrast
Aa
#cf26cf on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf26cf on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow0.0%
Key (black)18.8%
Color previews
#cf26cf text on a black background
contrast 4.83:1
Card sample
#cf26cf text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf26cf;
Background color
Panel with #cf26cf background
background-color: #cf26cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf26cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 38, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 38, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf26cf; background: linear-gradient(135deg, #cf26cf, #CF265E);