#cf90cb
a light, soft magenta / pink · warm · closest name: plum
RGB
207, 144, 203
HSL
304°, 40%, 69%
CMYK
0, 30, 2, 19
Luminance
0.3752
Every format
| HEX | #cf90cb |
| RGB | rgb(207, 144, 203) |
| HSL | hsl(304, 40%, 69%) |
| CMYK | cmyk(0%, 30%, 2%, 19%) |
| LAB | lab(67.7 33.3 -20.9) |
| LCH | lch(67.7 39.3 327.9) |
| OKLCH | oklch(0.735 0.109 328.8) |
Copy-ready code
/* CSS */
color: #cf90cb;
background-color: #cf90cb;
/* Tailwind (arbitrary) */
class="text-[#cf90cb] bg-[#cf90cb]"
/* SCSS */
$brand: #cf90cb;
/* SwiftUI */
Color(red: 0.812, green: 0.565, blue: 0.796)
/* Android */
Color.parseColor("#cf90cb")Accessibility — WCAG contrast
Aa
#cf90cb on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf90cb on black: 8.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.5%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta30.4%
Yellow1.9%
Key (black)18.8%
Color previews
#cf90cb text on a black background
contrast 8.50:1
Card sample
#cf90cb text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf90cb;
Background color
Panel with #cf90cb background
background-color: #cf90cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf90cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 144, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 144, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf90cb; background: linear-gradient(135deg, #cf90cb, #CF90A1);