#cf488b
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 72, 139
HSL
330°, 58%, 55%
CMYK
0, 65, 33, 19
Luminance
0.1976
Every format
| HEX | #cf488b |
| RGB | rgb(207, 72, 139) |
| HSL | hsl(330, 58%, 55%) |
| CMYK | cmyk(0%, 65%, 33%, 19%) |
| LAB | lab(51.6 59.1 -8.4) |
| LCH | lch(51.6 59.7 351.9) |
| OKLCH | oklch(0.606 0.182 353.2) |
Copy-ready code
/* CSS */
color: #cf488b;
background-color: #cf488b;
/* Tailwind (arbitrary) */
class="text-[#cf488b] bg-[#cf488b]"
/* SCSS */
$brand: #cf488b;
/* SwiftUI */
Color(red: 0.812, green: 0.282, blue: 0.545)
/* Android */
Color.parseColor("#cf488b")Accessibility — WCAG contrast
Aa
#cf488b on white: 4.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf488b on black: 4.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green28.2%
Blue54.5%
CMYK percentages
Cyan0.0%
Magenta65.2%
Yellow32.9%
Key (black)18.8%
Color previews
#cf488b text on a black background
contrast 4.95:1
Card sample
#cf488b text on a white background
contrast 4.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf488b;
Background color
Panel with #cf488b background
background-color: #cf488b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf488b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 72, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 72, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf488b; background: linear-gradient(135deg, #cf488b, #CF5F48);