#ce68db
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 104, 219
HSL
293°, 62%, 63%
CMYK
6, 53, 0, 14
Luminance
0.2814
Every format
| HEX | #ce68db |
| RGB | rgb(206, 104, 219) |
| HSL | hsl(293, 62%, 63%) |
| CMYK | cmyk(6%, 53%, 0%, 14%) |
| LAB | lab(60.0 56.8 -41.7) |
| LCH | lch(60.0 70.4 323.7) |
| OKLCH | oklch(0.679 0.191 323.0) |
Copy-ready code
/* CSS */
color: #ce68db;
background-color: #ce68db;
/* Tailwind (arbitrary) */
class="text-[#ce68db] bg-[#ce68db]"
/* SCSS */
$brand: #ce68db;
/* SwiftUI */
Color(red: 0.808, green: 0.408, blue: 0.859)
/* Android */
Color.parseColor("#ce68db")Accessibility — WCAG contrast
Aa
#ce68db on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce68db on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green40.8%
Blue85.9%
CMYK percentages
Cyan5.9%
Magenta52.5%
Yellow0.0%
Key (black)14.1%
Color previews
#ce68db text on a black background
contrast 6.63:1
Card sample
#ce68db text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce68db;
Background color
Panel with #ce68db background
background-color: #ce68db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce68db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 104, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 104, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce68db; background: linear-gradient(135deg, #ce68db, #DB689B);