Poppy
#c23c47
Looking for the precise values behind Poppy (#c23c47)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c23c47 | |
|---|---|---|
| RGB | rgb(194, 60, 71) | |
| HSL | hsl(355, 53%, 50%) | |
| CMYK | cmyk(0%, 69%, 63%, 24%) | |
| LAB | lab(46, 54, 26) | |
| OKLCH | oklch(0.55 0.17 20) |
Color harmonies
Tints & shades
Code snippets
color: #c23c47;
background-color: #c23c47;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC23C47)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.24, blue: 0.28, alpha: 1.0)