#ce77cc
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 119, 204
HSL
301°, 47%, 64%
CMYK
0, 42, 1, 19
Luminance
0.3068
Every format
| HEX | #ce77cc |
| RGB | rgb(206, 119, 204) |
| HSL | hsl(301, 47%, 64%) |
| CMYK | cmyk(0%, 42%, 1%, 19%) |
| LAB | lab(62.2 46.5 -29.8) |
| LCH | lch(62.2 55.2 327.3) |
| OKLCH | oklch(0.693 0.153 327.9) |
Copy-ready code
/* CSS */
color: #ce77cc;
background-color: #ce77cc;
/* Tailwind (arbitrary) */
class="text-[#ce77cc] bg-[#ce77cc]"
/* SCSS */
$brand: #ce77cc;
/* SwiftUI */
Color(red: 0.808, green: 0.467, blue: 0.800)
/* Android */
Color.parseColor("#ce77cc")Accessibility — WCAG contrast
Aa
#ce77cc on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce77cc on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green46.7%
Blue80.0%
CMYK percentages
Cyan0.0%
Magenta42.2%
Yellow1.0%
Key (black)19.2%
Color previews
#ce77cc text on a black background
contrast 7.14:1
Card sample
#ce77cc text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce77cc;
Background color
Panel with #ce77cc background
background-color: #ce77cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce77cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 119, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 119, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce77cc; background: linear-gradient(135deg, #ce77cc, #CE7792);