#cf25df
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 37, 223
HSL
295°, 74%, 51%
CMYK
7, 83, 0, 13
Luminance
0.1992
Every format
| HEX | #cf25df |
| RGB | rgb(207, 37, 223) |
| HSL | hsl(295, 74%, 51%) |
| CMYK | cmyk(7%, 83%, 0%, 13%) |
| LAB | lab(51.8 81.8 -57.1) |
| LCH | lch(51.8 99.7 325.1) |
| OKLCH | oklch(0.620 0.272 324.1) |
Copy-ready code
/* CSS */
color: #cf25df;
background-color: #cf25df;
/* Tailwind (arbitrary) */
class="text-[#cf25df] bg-[#cf25df]"
/* SCSS */
$brand: #cf25df;
/* SwiftUI */
Color(red: 0.812, green: 0.145, blue: 0.875)
/* Android */
Color.parseColor("#cf25df")Accessibility — WCAG contrast
Aa
#cf25df on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf25df on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.5%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta83.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cf25df text on a black background
contrast 4.98:1
Card sample
#cf25df text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf25df;
Background color
Panel with #cf25df background
background-color: #cf25df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf25df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 37, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 37, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf25df; background: linear-gradient(135deg, #cf25df, #DF2573);