Candied Apple
#b95b6d
Looking for the precise values behind Candied Apple (#b95b6d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b95b6d | |
|---|---|---|
| RGB | rgb(185, 91, 109) | |
| HSL | hsl(349, 40%, 54%) | |
| CMYK | cmyk(0%, 51%, 41%, 27%) | |
| LAB | lab(51, 40, 8) | |
| OKLCH | oklch(0.59 0.122 10) |
Color harmonies
Tints & shades
Code snippets
color: #b95b6d;
background-color: #b95b6d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFFB95B6D)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.36, blue: 0.43, alpha: 1.0)