#cf69fc
a light, electric violet · warm · closest name: violet
RGB
207, 105, 252
HSL
282°, 96%, 70%
CMYK
18, 58, 0, 1
Luminance
0.3040
Every format
| HEX | #cf69fc |
| RGB | rgb(207, 105, 252) |
| HSL | hsl(282, 96%, 70%) |
| CMYK | cmyk(18%, 58%, 0%, 1%) |
| LAB | lab(62.0 63.0 -56.9) |
| LCH | lch(62.0 84.8 317.9) |
| OKLCH | oklch(0.699 0.222 314.2) |
Copy-ready code
/* CSS */
color: #cf69fc;
background-color: #cf69fc;
/* Tailwind (arbitrary) */
class="text-[#cf69fc] bg-[#cf69fc]"
/* SCSS */
$brand: #cf69fc;
/* SwiftUI */
Color(red: 0.812, green: 0.412, blue: 0.988)
/* Android */
Color.parseColor("#cf69fc")Accessibility — WCAG contrast
Aa
#cf69fc on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cf69fc on black: 7.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green41.2%
Blue98.8%
CMYK percentages
Cyan17.9%
Magenta58.3%
Yellow0.0%
Key (black)1.2%
Color previews
#cf69fc text on a black background
contrast 7.08:1
Card sample
#cf69fc text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf69fc;
Background color
Panel with #cf69fc background
background-color: #cf69fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf69fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 105, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 105, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf69fc; background: linear-gradient(135deg, #cf69fc, #FC69C7);