Vivid Blue
#152eff
Vivid Blue, represented by the hex value #152eff, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #152eff | |
|---|---|---|
| RGB | rgb(21, 46, 255) | |
| HSL | hsl(234, 100%, 54%) | |
| CMYK | cmyk(92%, 82%, 0%, 0%) | |
| LAB | lab(34, 56, -104) | |
| OKLCH | oklch(0.48 0.292 266) |
Color harmonies
Tints & shades
Code snippets
color: #152eff;
background-color: #152eff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF152EFF)
/* Swift / UIKit */
UIColor(red: 0.08, green: 0.18, blue: 1.00, alpha: 1.0)