Ruby
#ca0147
Looking for the precise values behind Ruby (#ca0147)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ca0147 | |
|---|---|---|
| RGB | rgb(202, 1, 71) | |
| HSL | hsl(339, 99%, 40%) | |
| CMYK | cmyk(0%, 100%, 65%, 21%) | |
| LAB | lab(44, 69, 22) | |
| OKLCH | oklch(0.53 0.213 14) |
Color harmonies
Tints & shades
Code snippets
color: #ca0147;
background-color: #ca0147;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-rose-500 /* ≈ #ff2056 */
/* Flutter */
Color(0xFFCA0147)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.00, blue: 0.28, alpha: 1.0)