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