#ce35ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 53, 186
HSL
308°, 61%, 51%
CMYK
0, 74, 10, 19
Luminance
0.1921
Every format
| HEX | #ce35ba |
| RGB | rgb(206, 53, 186) |
| HSL | hsl(308, 61%, 51%) |
| CMYK | cmyk(0%, 74%, 10%, 19%) |
| LAB | lab(50.9 71.8 -37.1) |
| LCH | lch(50.9 80.9 332.7) |
| OKLCH | oklch(0.608 0.232 334.0) |
Copy-ready code
/* CSS */
color: #ce35ba;
background-color: #ce35ba;
/* Tailwind (arbitrary) */
class="text-[#ce35ba] bg-[#ce35ba]"
/* SCSS */
$brand: #ce35ba;
/* SwiftUI */
Color(red: 0.808, green: 0.208, blue: 0.729)
/* Android */
Color.parseColor("#ce35ba")Accessibility — WCAG contrast
Aa
#ce35ba on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce35ba on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green20.8%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta74.3%
Yellow9.7%
Key (black)19.2%
Color previews
#ce35ba text on a black background
contrast 4.84:1
Card sample
#ce35ba text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce35ba;
Background color
Panel with #ce35ba background
background-color: #ce35ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce35ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 53, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 53, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce35ba; background: linear-gradient(135deg, #ce35ba, #CE3554);