#cf90fc
a light, electric violet · warm · closest name: violet
RGB
207, 144, 252
HSL
275°, 95%, 78%
CMYK
18, 43, 0, 1
Luminance
0.4024
Every format
| HEX | #cf90fc |
| RGB | rgb(207, 144, 252) |
| HSL | hsl(275, 95%, 78%) |
| CMYK | cmyk(18%, 43%, 0%, 1%) |
| LAB | lab(69.6 43.1 -44.8) |
| LCH | lch(69.6 62.2 313.9) |
| OKLCH | oklch(0.756 0.162 309.9) |
Copy-ready code
/* CSS */
color: #cf90fc;
background-color: #cf90fc;
/* Tailwind (arbitrary) */
class="text-[#cf90fc] bg-[#cf90fc]"
/* SCSS */
$brand: #cf90fc;
/* SwiftUI */
Color(red: 0.812, green: 0.565, blue: 0.988)
/* Android */
Color.parseColor("#cf90fc")Accessibility — WCAG contrast
Aa
#cf90fc on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf90fc on black: 9.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.5%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta42.9%
Yellow0.0%
Key (black)1.2%
Color previews
#cf90fc text on a black background
contrast 9.05:1
Card sample
#cf90fc text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf90fc;
Background color
Panel with #cf90fc background
background-color: #cf90fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf90fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 144, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 144, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf90fc; background: linear-gradient(135deg, #cf90fc, #FC90E1);