Vivid Raspberry
#ff006c
Vivid Raspberry is a color with the hex code #ff006c. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ff006c | |
|---|---|---|
| RGB | rgb(255, 0, 108) | |
| HSL | hsl(335, 100%, 50%) | |
| CMYK | cmyk(0%, 100%, 58%, 0%) | |
| LAB | lab(55, 83, 17) | |
| OKLCH | oklch(0.64 0.256 9) |
Color harmonies
Tints & shades
Code snippets
color: #ff006c;
background-color: #ff006c;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFFF006C)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.00, blue: 0.42, alpha: 1.0)