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