#cf23d2
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 35, 210
HSL
299°, 71%, 48%
CMYK
1, 83, 0, 18
Luminance
0.1912
Every format
| HEX | #cf23d2 |
| RGB | rgb(207, 35, 210) |
| HSL | hsl(299, 71%, 48%) |
| CMYK | cmyk(1%, 83%, 0%, 18%) |
| LAB | lab(50.8 80.2 -51.1) |
| LCH | lch(50.8 95.1 327.5) |
| OKLCH | oklch(0.612 0.264 327.4) |
Copy-ready code
/* CSS */
color: #cf23d2;
background-color: #cf23d2;
/* Tailwind (arbitrary) */
class="text-[#cf23d2] bg-[#cf23d2]"
/* SCSS */
$brand: #cf23d2;
/* SwiftUI */
Color(red: 0.812, green: 0.137, blue: 0.824)
/* Android */
Color.parseColor("#cf23d2")Accessibility — WCAG contrast
Aa
#cf23d2 on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf23d2 on black: 4.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green13.7%
Blue82.4%
CMYK percentages
Cyan1.4%
Magenta83.3%
Yellow0.0%
Key (black)17.6%
Color previews
#cf23d2 text on a black background
contrast 4.82:1
Card sample
#cf23d2 text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf23d2;
Background color
Panel with #cf23d2 background
background-color: #cf23d2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf23d2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 35, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 35, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf23d2; background: linear-gradient(135deg, #cf23d2, #D22360);