Kirby
#d74894
Looking for the precise values behind Kirby (#d74894)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d74894 | |
|---|---|---|
| RGB | rgb(215, 72, 148) | |
| HSL | hsl(328, 64%, 56%) | |
| CMYK | cmyk(0%, 67%, 31%, 16%) | |
| LAB | lab(54, 61, -10) | |
| OKLCH | oklch(0.62 0.193 351) |
Color harmonies
Tints & shades
Code snippets
color: #d74894;
background-color: #d74894;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-pink-500 /* ≈ #f6339a */
/* Flutter */
Color(0xFFD74894)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.28, blue: 0.58, alpha: 1.0)