#cf5fcb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 95, 203
HSL
302°, 54%, 59%
CMYK
0, 54, 2, 19
Luminance
0.2576
Every format
| HEX | #cf5fcb |
| RGB | rgb(207, 95, 203) |
| HSL | hsl(302, 54%, 59%) |
| CMYK | cmyk(0%, 54%, 2%, 19%) |
| LAB | lab(57.8 58.4 -36.1) |
| LCH | lch(57.8 68.7 328.3) |
| OKLCH | oklch(0.661 0.192 328.9) |
Copy-ready code
/* CSS */
color: #cf5fcb;
background-color: #cf5fcb;
/* Tailwind (arbitrary) */
class="text-[#cf5fcb] bg-[#cf5fcb]"
/* SCSS */
$brand: #cf5fcb;
/* SwiftUI */
Color(red: 0.812, green: 0.373, blue: 0.796)
/* Android */
Color.parseColor("#cf5fcb")Accessibility — WCAG contrast
Aa
#cf5fcb on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5fcb on black: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green37.3%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta54.1%
Yellow1.9%
Key (black)18.8%
Color previews
#cf5fcb text on a black background
contrast 6.15:1
Card sample
#cf5fcb text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5fcb;
Background color
Panel with #cf5fcb background
background-color: #cf5fcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5fcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 95, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 95, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5fcb; background: linear-gradient(135deg, #cf5fcb, #CF5F80);