#cf5ccc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 92, 204
HSL
302°, 55%, 59%
CMYK
0, 56, 1, 19
Luminance
0.2528
Every format
| HEX | #cf5ccc |
| RGB | rgb(207, 92, 204) |
| HSL | hsl(302, 55%, 59%) |
| CMYK | cmyk(0%, 56%, 1%, 19%) |
| LAB | lab(57.4 60.0 -37.4) |
| LCH | lch(57.4 70.7 328.1) |
| OKLCH | oklch(0.657 0.197 328.5) |
Copy-ready code
/* CSS */
color: #cf5ccc;
background-color: #cf5ccc;
/* Tailwind (arbitrary) */
class="text-[#cf5ccc] bg-[#cf5ccc]"
/* SCSS */
$brand: #cf5ccc;
/* SwiftUI */
Color(red: 0.812, green: 0.361, blue: 0.800)
/* Android */
Color.parseColor("#cf5ccc")Accessibility — WCAG contrast
Aa
#cf5ccc on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf5ccc on black: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green36.1%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta55.6%
Yellow1.4%
Key (black)18.8%
Color previews
#cf5ccc text on a black background
contrast 6.06:1
Card sample
#cf5ccc text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf5ccc;
Background color
Panel with #cf5ccc background
background-color: #cf5ccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf5ccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 92, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 92, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf5ccc; background: linear-gradient(135deg, #cf5ccc, #CF5C7F);