#ce6eaf
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
206, 110, 175
HSL
319°, 50%, 62%
CMYK
0, 47, 15, 19
Luminance
0.2737
Every format
| HEX | #ce6eaf |
| RGB | rgb(206, 110, 175) |
| HSL | hsl(319, 50%, 62%) |
| CMYK | cmyk(0%, 47%, 15%, 19%) |
| LAB | lab(59.3 46.2 -17.8) |
| LCH | lch(59.3 49.5 338.9) |
| OKLCH | oklch(0.668 0.144 340.8) |
Copy-ready code
/* CSS */
color: #ce6eaf;
background-color: #ce6eaf;
/* Tailwind (arbitrary) */
class="text-[#ce6eaf] bg-[#ce6eaf]"
/* SCSS */
$brand: #ce6eaf;
/* SwiftUI */
Color(red: 0.808, green: 0.431, blue: 0.686)
/* Android */
Color.parseColor("#ce6eaf")Accessibility — WCAG contrast
Aa
#ce6eaf on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce6eaf on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green43.1%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta46.6%
Yellow15.0%
Key (black)19.2%
Color previews
#ce6eaf text on a black background
contrast 6.47:1
Card sample
#ce6eaf text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6eaf;
Background color
Panel with #ce6eaf background
background-color: #ce6eaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6eaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 110, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 110, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6eaf; background: linear-gradient(135deg, #ce6eaf, #CE6E6F);