#cf90f4
a light, electric violet · warm · closest name: violet
RGB
207, 144, 244
HSL
278°, 82%, 76%
CMYK
15, 41, 0, 4
Luminance
0.3974
Every format
| HEX | #cf90f4 |
| RGB | rgb(207, 144, 244) |
| HSL | hsl(278, 82%, 76%) |
| CMYK | cmyk(15%, 41%, 0%, 4%) |
| LAB | lab(69.3 41.4 -41.0) |
| LCH | lch(69.3 58.3 315.3) |
| OKLCH | oklch(0.752 0.153 312.1) |
Copy-ready code
/* CSS */
color: #cf90f4;
background-color: #cf90f4;
/* Tailwind (arbitrary) */
class="text-[#cf90f4] bg-[#cf90f4]"
/* SCSS */
$brand: #cf90f4;
/* SwiftUI */
Color(red: 0.812, green: 0.565, blue: 0.957)
/* Android */
Color.parseColor("#cf90f4")Accessibility — WCAG contrast
Aa
#cf90f4 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf90f4 on black: 8.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green56.5%
Blue95.7%
CMYK percentages
Cyan15.2%
Magenta41.0%
Yellow0.0%
Key (black)4.3%
Color previews
#cf90f4 text on a black background
contrast 8.95:1
Card sample
#cf90f4 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf90f4;
Background color
Panel with #cf90f4 background
background-color: #cf90f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf90f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 144, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 144, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf90f4; background: linear-gradient(135deg, #cf90f4, #F490D6);