#cf98fc
a light, electric violet · warm · closest name: violet
RGB
207, 152, 252
HSL
273°, 94%, 79%
CMYK
18, 40, 0, 1
Luminance
0.4275
Every format
| HEX | #cf98fc |
| RGB | rgb(207, 152, 252) |
| HSL | hsl(273, 94%, 79%) |
| CMYK | cmyk(18%, 40%, 0%, 1%) |
| LAB | lab(71.4 38.8 -42.1) |
| LCH | lch(71.4 57.2 312.7) |
| OKLCH | oklch(0.769 0.149 308.6) |
Copy-ready code
/* CSS */
color: #cf98fc;
background-color: #cf98fc;
/* Tailwind (arbitrary) */
class="text-[#cf98fc] bg-[#cf98fc]"
/* SCSS */
$brand: #cf98fc;
/* SwiftUI */
Color(red: 0.812, green: 0.596, blue: 0.988)
/* Android */
Color.parseColor("#cf98fc")Accessibility — WCAG contrast
Aa
#cf98fc on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf98fc on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green59.6%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta39.7%
Yellow0.0%
Key (black)1.2%
Color previews
#cf98fc text on a black background
contrast 9.55:1
Card sample
#cf98fc text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf98fc;
Background color
Panel with #cf98fc background
background-color: #cf98fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf98fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 152, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 152, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf98fc; background: linear-gradient(135deg, #cf98fc, #FC98E6);