Akari Red
#c90b42
Looking for the precise values behind Akari Red (#c90b42)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #c90b42 | |
|---|---|---|
| RGB | rgb(201, 11, 66) | |
| HSL | hsl(343, 90%, 42%) | |
| CMYK | cmyk(0%, 95%, 67%, 21%) | |
| LAB | lab(44, 68, 26) | |
| OKLCH | oklch(0.53 0.209 16) |
Color harmonies
Tints & shades
Code snippets
color: #c90b42;
background-color: #c90b42;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC90B42)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.04, blue: 0.26, alpha: 1.0)