#cf35cb
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
207, 53, 203
HSL
302°, 62%, 51%
CMYK
0, 74, 2, 19
Luminance
0.2012
Every format
| HEX | #cf35cb |
| RGB | rgb(207, 53, 203) |
| HSL | hsl(302, 62%, 51%) |
| CMYK | cmyk(0%, 74%, 2%, 19%) |
| LAB | lab(52.0 74.6 -45.3) |
| LCH | lch(52.0 87.3 328.8) |
| OKLCH | oklch(0.618 0.245 329.2) |
Copy-ready code
/* CSS */
color: #cf35cb;
background-color: #cf35cb;
/* Tailwind (arbitrary) */
class="text-[#cf35cb] bg-[#cf35cb]"
/* SCSS */
$brand: #cf35cb;
/* SwiftUI */
Color(red: 0.812, green: 0.208, blue: 0.796)
/* Android */
Color.parseColor("#cf35cb")Accessibility — WCAG contrast
Aa
#cf35cb on white: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cf35cb on black: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green20.8%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta74.4%
Yellow1.9%
Key (black)18.8%
Color previews
#cf35cb text on a black background
contrast 5.02:1
Card sample
#cf35cb text on a white background
contrast 4.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cf35cb;
Background color
Panel with #cf35cb background
background-color: #cf35cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cf35cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 53, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 53, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cf35cb; background: linear-gradient(135deg, #cf35cb, #CF3564);