Breeze of Chilli
#f4706e
Looking for the precise values behind Breeze of Chilli (#f4706e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f4706e | |
|---|---|---|
| RGB | rgb(244, 112, 110) | |
| HSL | hsl(1, 86%, 69%) | |
| CMYK | cmyk(0%, 54%, 55%, 4%) | |
| LAB | lab(64, 52, 27) | |
| OKLCH | oklch(0.7 0.163 23) |
Color harmonies
Tints & shades
Code snippets
color: #f4706e;
background-color: #f4706e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFF4706E)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.44, blue: 0.43, alpha: 1.0)