Awkward Purple
#d208cc
Looking for the precise values behind Awkward Purple (#d208cc)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d208cc | |
|---|---|---|
| RGB | rgb(210, 8, 204) | |
| HSL | hsl(302, 93%, 43%) | |
| CMYK | cmyk(0%, 96%, 3%, 18%) | |
| LAB | lab(50, 80, -49) | |
| OKLCH | oklch(0.6 0.273 330) |
Color harmonies
Tints & shades
Code snippets
color: #d208cc;
background-color: #d208cc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-fuchsia-500 /* ≈ #e12afb */
/* Flutter */
Color(0xFFD208CC)
/* Swift / UIKit */
UIColor(red: 0.82, green: 0.03, blue: 0.80, alpha: 1.0)