Cobalt
#073EAB
BlueColor Codes
All color formats for development
HEX
#073EABRGB
rgb(7, 62, 171)HSL
hsl(220, 92%, 35%)OKLCH
oklch(0.411 0.182 262.2)CMYK
cmyk(96%, 64%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06389A
2#063289
3#052B78
4#042567
5#041F56
6#031945
7#021333
8#010C22
9#010611
Tints
Lighter variations
1#0849CB
2#0A55EB
3#2067F6
4#407DF7
5#6093F8
6#80A8FA
7#A0BEFB
8#BFD4FC
9#DFE9FE
Tones
Muted variations
1#0F41A3
2#18439B
3#204693
4#28498B
5#304C82
6#384E7A
7#415172
8#49546A
9#515761
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F5 #F0F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDE8 #DDE8FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFD4 #BFD4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EB2 #8EB2FA | BordersInactive statesPlaceholder text |
| 400 | 548A #548AF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2369 #2369F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 094E #094ED7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 073E #073EAB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 052C #052C7A | Text on light backgroundsHeadingsStrong borders |
| 900 | 031C #031C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0212 #021231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F5FE;
--cobalt-100: #DDE8FE;
--cobalt-200: #BFD4FC;
--cobalt-300: #8EB2FA;
--cobalt-400: #548AF8;
--cobalt-500: #2369F6;
--cobalt-600: #094ED7;
--cobalt-700: #073EAB;
--cobalt-800: #052C7A;
--cobalt-900: #031C4E;
--cobalt-950: #021231;
}