Royal Blush
#f26e54
Looking for the precise values behind Royal Blush (#f26e54)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f26e54 | |
|---|---|---|
| RGB | rgb(242, 110, 84) | |
| HSL | hsl(10, 86%, 64%) | |
| CMYK | cmyk(0%, 55%, 65%, 5%) | |
| LAB | lab(63, 51, 40) | |
| OKLCH | oklch(0.69 0.168 33) |
Color harmonies
Tints & shades
Code snippets
color: #f26e54;
background-color: #f26e54;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFF26E54)
/* Swift / UIKit */
UIColor(red: 0.95, green: 0.43, blue: 0.33, alpha: 1.0)