#cf24ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 36, 186
HSL
307°, 70%, 48%
CMYK
0, 83, 10, 19
Luminance
0.1807
Every format
| HEX | #cf24ba |
| RGB | rgb(207, 36, 186) |
| HSL | hsl(307, 70%, 48%) |
| CMYK | cmyk(0%, 83%, 10%, 19%) |
| LAB | lab(49.6 76.5 -39.2) |
| LCH | lch(49.6 85.9 332.8) |
| OKLCH | oklch(0.598 0.247 334.2) |
Copy-ready code
/* CSS */
color: #cf24ba;
background-color: #cf24ba;
/* Tailwind (arbitrary) */
class="text-[#cf24ba] bg-[#cf24ba]"
/* SCSS */
$brand: #cf24ba;
/* SwiftUI */
Color(red: 0.812, green: 0.141, blue: 0.729)
/* Android */
Color.parseColor("#cf24ba")Accessibility — WCAG contrast
Aa
#cf24ba on white: 4.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf24ba on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.1%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta82.6%
Yellow10.1%
Key (black)18.8%
Color previews
#cf24ba text on a black background
contrast 4.61:1
Card sample
#cf24ba text on a white background
contrast 4.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf24ba;
Background color
Panel with #cf24ba background
background-color: #cf24ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf24ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 36, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 36, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf24ba; background: linear-gradient(135deg, #cf24ba, #CF2448);