Akai Red
#bc012e
Akai Red is a color with the hex code #bc012e. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #bc012e | |
|---|---|---|
| RGB | rgb(188, 1, 46) | |
| HSL | hsl(346, 99%, 37%) | |
| CMYK | cmyk(0%, 99%, 76%, 26%) | |
| LAB | lab(40, 65, 33) | |
| OKLCH | oklch(0.5 0.202 20) |
Color harmonies
Tints & shades
Code snippets
color: #bc012e;
background-color: #bc012e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBC012E)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.00, blue: 0.18, alpha: 1.0)