#cd69f4
a light, electric violet · warm · closest name: violet
RGB
205, 105, 244
HSL
283°, 86%, 68%
CMYK
16, 57, 0, 4
Luminance
0.2961
Every format
| HEX | #cd69f4 |
| RGB | rgb(205, 105, 244) |
| HSL | hsl(283, 86%, 68%) |
| CMYK | cmyk(16%, 57%, 0%, 4%) |
| LAB | lab(61.3 60.9 -53.6) |
| LCH | lch(61.3 81.1 318.6) |
| OKLCH | oklch(0.692 0.214 315.5) |
Copy-ready code
/* CSS */
color: #cd69f4;
background-color: #cd69f4;
/* Tailwind (arbitrary) */
class="text-[#cd69f4] bg-[#cd69f4]"
/* SCSS */
$brand: #cd69f4;
/* SwiftUI */
Color(red: 0.804, green: 0.412, blue: 0.957)
/* Android */
Color.parseColor("#cd69f4")Accessibility — WCAG contrast
Aa
#cd69f4 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd69f4 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green41.2%
Blue95.7%
CMYK percentages
Cyan16.0%
Magenta57.0%
Yellow0.0%
Key (black)4.3%
Color previews
#cd69f4 text on a black background
contrast 6.92:1
Card sample
#cd69f4 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd69f4;
Background color
Panel with #cd69f4 background
background-color: #cd69f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd69f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 105, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 105, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd69f4; background: linear-gradient(135deg, #cd69f4, #F469BE);