#cf239c
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 35, 156
HSL
318°, 71%, 48%
CMYK
0, 83, 25, 19
Luminance
0.1687
Every format
| HEX | #cf239c |
| RGB | rgb(207, 35, 156) |
| HSL | hsl(318, 71%, 48%) |
| CMYK | cmyk(0%, 83%, 25%, 19%) |
| LAB | lab(48.1 72.8 -23.8) |
| LCH | lch(48.1 76.6 341.9) |
| OKLCH | oklch(0.583 0.230 343.9) |
Copy-ready code
/* CSS */
color: #cf239c;
background-color: #cf239c;
/* Tailwind (arbitrary) */
class="text-[#cf239c] bg-[#cf239c]"
/* SCSS */
$brand: #cf239c;
/* SwiftUI */
Color(red: 0.812, green: 0.137, blue: 0.612)
/* Android */
Color.parseColor("#cf239c")Accessibility — WCAG contrast
Aa
#cf239c on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf239c on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green13.7%
Blue61.2%
CMYK percentages
Cyan0.0%
Magenta83.1%
Yellow24.6%
Key (black)18.8%
Color previews
#cf239c text on a black background
contrast 4.37:1
Card sample
#cf239c text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf239c;
Background color
Panel with #cf239c background
background-color: #cf239c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf239c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 35, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 35, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf239c; background: linear-gradient(135deg, #cf239c, #CF2329);