#cf90df
a light, vivid violet · warm · closest name: plum
RGB
207, 144, 223
HSL
288°, 55%, 72%
CMYK
7, 35, 0, 13
Luminance
0.3854
Every format
| HEX | #cf90df |
| RGB | rgb(207, 144, 223) |
| HSL | hsl(288, 55%, 72%) |
| CMYK | cmyk(7%, 35%, 0%, 13%) |
| LAB | lab(68.4 37.1 -30.8) |
| LCH | lch(68.4 48.2 320.3) |
| OKLCH | oklch(0.743 0.130 319.3) |
Copy-ready code
/* CSS */
color: #cf90df;
background-color: #cf90df;
/* Tailwind (arbitrary) */
class="text-[#cf90df] bg-[#cf90df]"
/* SCSS */
$brand: #cf90df;
/* SwiftUI */
Color(red: 0.812, green: 0.565, blue: 0.875)
/* Android */
Color.parseColor("#cf90df")Accessibility — WCAG contrast
Aa
#cf90df on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf90df on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.5%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta35.4%
Yellow0.0%
Key (black)12.5%
Color previews
#cf90df text on a black background
contrast 8.71:1
Card sample
#cf90df text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf90df;
Background color
Panel with #cf90df background
background-color: #cf90df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf90df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 144, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 144, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf90df; background: linear-gradient(135deg, #cf90df, #DF90BA);