#cf26d2
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 38, 210
HSL
299°, 69%, 49%
CMYK
1, 82, 0, 18
Luminance
0.1930
Every format
| HEX | #cf26d2 |
| RGB | rgb(207, 38, 210) |
| HSL | hsl(299, 69%, 49%) |
| CMYK | cmyk(1%, 82%, 0%, 18%) |
| LAB | lab(51.0 79.5 -50.8) |
| LCH | lch(51.0 94.4 327.4) |
| OKLCH | oklch(0.613 0.262 327.4) |
Copy-ready code
/* CSS */
color: #cf26d2;
background-color: #cf26d2;
/* Tailwind (arbitrary) */
class="text-[#cf26d2] bg-[#cf26d2]"
/* SCSS */
$brand: #cf26d2;
/* SwiftUI */
Color(red: 0.812, green: 0.149, blue: 0.824)
/* Android */
Color.parseColor("#cf26d2")Accessibility — WCAG contrast
Aa
#cf26d2 on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf26d2 on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.9%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta81.9%
Yellow0.0%
Key (black)17.6%
Color previews
#cf26d2 text on a black background
contrast 4.86:1
Card sample
#cf26d2 text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf26d2;
Background color
Panel with #cf26d2 background
background-color: #cf26d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf26d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 38, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 38, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf26d2; background: linear-gradient(135deg, #cf26d2, #D22662);