#cf25db
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 37, 219
HSL
296°, 72%, 50%
CMYK
6, 83, 0, 14
Luminance
0.1970
Every format
| HEX | #cf25db |
| RGB | rgb(207, 37, 219) |
| HSL | hsl(296, 72%, 50%) |
| CMYK | cmyk(6%, 83%, 0%, 14%) |
| LAB | lab(51.5 81.2 -55.2) |
| LCH | lch(51.5 98.1 325.8) |
| OKLCH | oklch(0.618 0.269 325.1) |
Copy-ready code
/* CSS */
color: #cf25db;
background-color: #cf25db;
/* Tailwind (arbitrary) */
class="text-[#cf25db] bg-[#cf25db]"
/* SCSS */
$brand: #cf25db;
/* SwiftUI */
Color(red: 0.812, green: 0.145, blue: 0.859)
/* Android */
Color.parseColor("#cf25db")Accessibility — WCAG contrast
Aa
#cf25db on white: 4.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf25db on black: 4.94:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.5%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta83.1%
Yellow0.0%
Key (black)14.1%
Color previews
#cf25db text on a black background
contrast 4.94:1
Card sample
#cf25db text on a white background
contrast 4.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf25db;
Background color
Panel with #cf25db background
background-color: #cf25db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf25db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 37, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 37, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf25db; background: linear-gradient(135deg, #cf25db, #DB256E);