#cf2edb
a balanced, vivid magenta / pink · warm · closest name: magenta
RGB
207, 46, 219
HSL
296°, 71%, 52%
CMYK
6, 79, 0, 14
Luminance
0.2033
Every format
| HEX | #cf2edb |
| RGB | rgb(207, 46, 219) |
| HSL | hsl(296, 71%, 52%) |
| CMYK | cmyk(6%, 79%, 0%, 14%) |
| LAB | lab(52.2 79.1 -54.0) |
| LCH | lch(52.2 95.8 325.6) |
| OKLCH | oklch(0.623 0.262 324.9) |
Copy-ready code
/* CSS */
color: #cf2edb;
background-color: #cf2edb;
/* Tailwind (arbitrary) */
class="text-[#cf2edb] bg-[#cf2edb]"
/* SCSS */
$brand: #cf2edb;
/* SwiftUI */
Color(red: 0.812, green: 0.180, blue: 0.859)
/* Android */
Color.parseColor("#cf2edb")Accessibility — WCAG contrast
Aa
#cf2edb on white: 4.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf2edb on black: 5.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green18.0%
Blue85.9%
CMYK percentages
Cyan5.5%
Magenta79.0%
Yellow0.0%
Key (black)14.1%
Color previews
#cf2edb text on a black background
contrast 5.07:1
Card sample
#cf2edb text on a white background
contrast 4.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf2edb;
Background color
Panel with #cf2edb background
background-color: #cf2edb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf2edb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 46, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 46, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf2edb; background: linear-gradient(135deg, #cf2edb, #DB2E74);