Cobalt
#030aa7
Looking for the precise values behind Cobalt (#030aa7)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #030aa7 | |
|---|---|---|
| RGB | rgb(3, 10, 167) | |
| HSL | hsl(237, 96%, 33%) | |
| CMYK | cmyk(98%, 94%, 0%, 35%) | |
| LAB | lab(18, 47, -80) | |
| OKLCH | oklch(0.34 0.223 265) |
Color harmonies
Tints & shades
Code snippets
color: #030aa7;
background-color: #030aa7;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-indigo-500 /* ≈ #615fff */
/* Flutter */
Color(0xFF030AA7)
/* Swift / UIKit */
UIColor(red: 0.01, green: 0.04, blue: 0.65, alpha: 1.0)