Cobalt
#082BAA
BlueColor Codes
All color formats for development
HEX
#082BAARGB
rgb(8, 43, 170)HSL
hsl(227, 91%, 35%)OKLCH
oklch(0.377 0.202 264.6)CMYK
cmyk(95%, 75%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072799
2#062388
3#061E77
4#051A66
5#041655
6#031144
7#020D33
8#020922
9#010411
Tints
Lighter variations
1#0A33CA
2#0B3BEA
3#214FF5
4#4168F6
5#6181F8
6#809BF9
7#A0B4FB
8#C0CDFC
9#DFE6FE
Tones
Muted variations
1#1030A2
2#18349A
3#203992
4#293E8A
5#314282
6#39477A
7#414B72
8#495069
9#515561
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0CD #C0CDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8FA6 #8FA6FA | BordersInactive statesPlaceholder text |
| 400 | 5578 #5578F7 | Disabled statesSecondary iconsMuted text |
| 500 | 2451 #2451F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0A36 #0A36D6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 082B #082BAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 061F #061F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0414 #04144E | Primary textHigh emphasis contentDark headings |
| 950 | 020C #020C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F3FE;
--cobalt-100: #DDE4FD;
--cobalt-200: #C0CDFC;
--cobalt-300: #8FA6FA;
--cobalt-400: #5578F7;
--cobalt-500: #2451F5;
--cobalt-600: #0A36D6;
--cobalt-700: #082BAA;
--cobalt-800: #061F7A;
--cobalt-900: #04144E;
--cobalt-950: #020C31;
}