Cobalt
#072BAB
BlueColor Codes
All color formats for development
HEX
#072BABRGB
rgb(7, 43, 171)HSL
hsl(227, 92%, 35%)OKLCH
oklch(0.378 0.203 264.5)CMYK
cmyk(96%, 75%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06269A
2#062289
3#051E78
4#041A67
5#041556
6#031145
7#020D33
8#010922
9#010411
Tints
Lighter variations
1#0833CB
2#0A3BEB
3#204EF6
4#4068F7
5#6081F8
6#809AFA
7#A0B3FB
8#BFCDFC
9#DFE6FE
Tones
Muted variations
1#0F2FA3
2#18349B
3#203993
4#283D8B
5#304282
6#38477A
7#414B72
8#49506A
9#515561
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F3 #F0F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE4 #DDE4FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFCD #BFCDFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EA6 #8EA6FA | BordersInactive statesPlaceholder text |
| 400 | 5477 #5477F8 | Disabled statesSecondary iconsMuted text |
| 500 | 2350 #2350F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0936 #0936D7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 072B #072BAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 051F #051F7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0314 #03144E | 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: #DDE4FE;
--cobalt-200: #BFCDFC;
--cobalt-300: #8EA6FA;
--cobalt-400: #5477F8;
--cobalt-500: #2350F6;
--cobalt-600: #0936D7;
--cobalt-700: #072BAB;
--cobalt-800: #051F7A;
--cobalt-900: #03144E;
--cobalt-950: #020C31;
}