#cf90fd
a light, electric violet · warm · closest name: violet
RGB
207, 144, 253
HSL
275°, 97%, 78%
CMYK
18, 43, 0, 1
Luminance
0.4030
Every format
| HEX | #cf90fd |
| RGB | rgb(207, 144, 253) |
| HSL | hsl(275, 97%, 78%) |
| CMYK | cmyk(18%, 43%, 0%, 1%) |
| LAB | lab(69.7 43.3 -45.3) |
| LCH | lch(69.7 62.7 313.7) |
| OKLCH | oklch(0.756 0.163 309.6) |
Copy-ready code
/* CSS */
color: #cf90fd;
background-color: #cf90fd;
/* Tailwind (arbitrary) */
class="text-[#cf90fd] bg-[#cf90fd]"
/* SCSS */
$brand: #cf90fd;
/* SwiftUI */
Color(red: 0.812, green: 0.565, blue: 0.992)
/* Android */
Color.parseColor("#cf90fd")Accessibility — WCAG contrast
Aa
#cf90fd on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf90fd on black: 9.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.5%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta43.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cf90fd text on a black background
contrast 9.06:1
Card sample
#cf90fd text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf90fd;
Background color
Panel with #cf90fd background
background-color: #cf90fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf90fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 144, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 144, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf90fd; background: linear-gradient(135deg, #cf90fd, #FD90E2);