#cf25bc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 37, 188
HSL
307°, 70%, 48%
CMYK
0, 82, 9, 19
Luminance
0.1822
Every format
| HEX | #cf25bc |
| RGB | rgb(207, 37, 188) |
| HSL | hsl(307, 70%, 48%) |
| CMYK | cmyk(0%, 82%, 9%, 19%) |
| LAB | lab(49.8 76.5 -40.1) |
| LCH | lch(49.8 86.4 332.3) |
| OKLCH | oklch(0.600 0.248 333.6) |
Copy-ready code
/* CSS */
color: #cf25bc;
background-color: #cf25bc;
/* Tailwind (arbitrary) */
class="text-[#cf25bc] bg-[#cf25bc]"
/* SCSS */
$brand: #cf25bc;
/* SwiftUI */
Color(red: 0.812, green: 0.145, blue: 0.737)
/* Android */
Color.parseColor("#cf25bc")Accessibility — WCAG contrast
Aa
#cf25bc on white: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cf25bc on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green14.5%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow9.2%
Key (black)18.8%
Color previews
#cf25bc text on a black background
contrast 4.64:1
Card sample
#cf25bc text on a white background
contrast 4.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf25bc;
Background color
Panel with #cf25bc background
background-color: #cf25bc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf25bc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 37, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 37, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf25bc; background: linear-gradient(135deg, #cf25bc, #CF254B);