Burning Ultrablue
#150aec
Burning Ultrablue, represented by the hex value #150aec, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #150aec | |
|---|---|---|
| RGB | rgb(21, 10, 236) | |
| HSL | hsl(243, 92%, 48%) | |
| CMYK | cmyk(91%, 96%, 0%, 7%) | |
| LAB | lab(28, 63, -104) | |
| OKLCH | oklch(0.43 0.29 266) |
Color harmonies
Tints & shades
Code snippets
color: #150aec;
background-color: #150aec;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF150AEC)
/* Swift / UIKit */
UIColor(red: 0.08, green: 0.04, blue: 0.93, alpha: 1.0)