Coralistic
#ff917a
Looking for the precise values behind Coralistic (#ff917a)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ff917a | |
|---|---|---|
| RGB | rgb(255, 145, 122) | |
| HSL | hsl(10, 100%, 74%) | |
| CMYK | cmyk(0%, 43%, 52%, 0%) | |
| LAB | lab(72, 41, 31) | |
| OKLCH | oklch(0.77 0.138 33) |
Color harmonies
Tints & shades
Code snippets
color: #ff917a;
background-color: #ff917a;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFF917A)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.57, blue: 0.48, alpha: 1.0)