#cf38fd
a balanced, electric violet · warm · closest name: magenta
RGB
207, 56, 253
HSL
286°, 98%, 61%
CMYK
18, 78, 0, 1
Luminance
0.2319
Every format
| HEX | #cf38fd |
| RGB | rgb(207, 56, 253) |
| HSL | hsl(286, 98%, 61%) |
| CMYK | cmyk(18%, 78%, 0%, 1%) |
| LAB | lab(55.3 82.2 -68.3) |
| LCH | lch(55.3 106.8 320.3) |
| OKLCH | oklch(0.651 0.280 316.6) |
Copy-ready code
/* CSS */
color: #cf38fd;
background-color: #cf38fd;
/* Tailwind (arbitrary) */
class="text-[#cf38fd] bg-[#cf38fd]"
/* SCSS */
$brand: #cf38fd;
/* SwiftUI */
Color(red: 0.812, green: 0.220, blue: 0.992)
/* Android */
Color.parseColor("#cf38fd")Accessibility — WCAG contrast
Aa
#cf38fd on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf38fd on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green22.0%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta77.9%
Yellow0.0%
Key (black)0.8%
Color previews
#cf38fd text on a black background
contrast 5.64:1
Card sample
#cf38fd text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf38fd;
Background color
Panel with #cf38fd background
background-color: #cf38fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf38fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 56, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 56, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf38fd; background: linear-gradient(135deg, #cf38fd, #FD38A8);