#cf4cce
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 76, 206
HSL
301°, 58%, 56%
CMYK
0, 63, 1, 19
Luminance
0.2289
Every format
| HEX | #cf4cce |
| RGB | rgb(207, 76, 206) |
| HSL | hsl(301, 58%, 56%) |
| CMYK | cmyk(0%, 63%, 1%, 19%) |
| LAB | lab(55.0 67.1 -42.3) |
| LCH | lch(55.0 79.3 327.8) |
| OKLCH | oklch(0.640 0.221 328.1) |
Copy-ready code
/* CSS */
color: #cf4cce;
background-color: #cf4cce;
/* Tailwind (arbitrary) */
class="text-[#cf4cce] bg-[#cf4cce]"
/* SCSS */
$brand: #cf4cce;
/* SwiftUI */
Color(red: 0.812, green: 0.298, blue: 0.808)
/* Android */
Color.parseColor("#cf4cce")Accessibility — WCAG contrast
Aa
#cf4cce on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf4cce on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green29.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta63.3%
Yellow0.5%
Key (black)18.8%
Color previews
#cf4cce text on a black background
contrast 5.58:1
Card sample
#cf4cce text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf4cce;
Background color
Panel with #cf4cce background
background-color: #cf4cce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf4cce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 76, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 76, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf4cce; background: linear-gradient(135deg, #cf4cce, #CF4C77);