#ce76db
a light, vivid magenta / pink · warm · closest name: orchid
RGB
206, 118, 219
HSL
292°, 58%, 66%
CMYK
6, 46, 0, 14
Luminance
0.3119
Every format
| HEX | #ce76db |
| RGB | rgb(206, 118, 219) |
| HSL | hsl(292, 58%, 66%) |
| CMYK | cmyk(6%, 46%, 0%, 14%) |
| LAB | lab(62.7 49.8 -37.5) |
| LCH | lch(62.7 62.3 323.0) |
| OKLCH | oklch(0.699 0.169 322.3) |
Copy-ready code
/* CSS */
color: #ce76db;
background-color: #ce76db;
/* Tailwind (arbitrary) */
class="text-[#ce76db] bg-[#ce76db]"
/* SCSS */
$brand: #ce76db;
/* SwiftUI */
Color(red: 0.808, green: 0.463, blue: 0.859)
/* Android */
Color.parseColor("#ce76db")Accessibility — WCAG contrast
Aa
#ce76db on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce76db on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green46.3%
Blue85.9%
CMYK percentages
Cyan5.9%
Magenta46.1%
Yellow0.0%
Key (black)14.1%
Color previews
#ce76db text on a black background
contrast 7.24:1
Card sample
#ce76db text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce76db;
Background color
Panel with #ce76db background
background-color: #ce76db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce76db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 118, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 118, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce76db; background: linear-gradient(135deg, #ce76db, #DB76A5);