Dragon Fruit
#d75969
Looking for the precise values behind Dragon Fruit (#d75969)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #d75969 | |
|---|---|---|
| RGB | rgb(215, 89, 105) | |
| HSL | hsl(352, 61%, 60%) | |
| CMYK | cmyk(0%, 59%, 51%, 16%) | |
| LAB | lab(55, 51, 18) | |
| OKLCH | oklch(0.63 0.159 15) |
Color harmonies
Tints & shades
Code snippets
color: #d75969;
background-color: #d75969;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFD75969)
/* Swift / UIKit */
UIColor(red: 0.84, green: 0.35, blue: 0.41, alpha: 1.0)