Cobalt
#0761AB
BlueColor Codes
All color formats for development
HEX
#0761ABRGB
rgb(7, 97, 171)HSL
hsl(207, 92%, 35%)OKLCH
oklch(0.488 0.14 251.3)CMYK
cmyk(96%, 43%, 0%, 33%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06589A
2#064E89
3#054478
4#043A67
5#043156
6#032745
7#021D33
8#011322
9#010A11
Tints
Lighter variations
1#0874CB
2#0A86EB
3#2096F6
4#40A5F7
5#60B4F8
6#80C3FA
7#A0D2FB
8#BFE1FC
9#DFF0FE
Tones
Muted variations
1#0F61A3
2#18609B
3#205F93
4#285E8B
5#305D82
6#385D7A
7#415C72
8#495B6A
9#515A61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE1 #BFE1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECA #8ECAFA | BordersInactive statesPlaceholder text |
| 400 | 54AE #54AEF8 | Disabled statesSecondary iconsMuted text |
| 500 | 2397 #2397F6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 097B #097BD7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0761 #0761AB | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0546 #05467A | Text on light backgroundsHeadingsStrong borders |
| 900 | 032D #032D4E | Primary textHigh emphasis contentDark headings |
| 950 | 021C #021C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F0F8FE;
--cobalt-100: #DDEFFE;
--cobalt-200: #BFE1FC;
--cobalt-300: #8ECAFA;
--cobalt-400: #54AEF8;
--cobalt-500: #2397F6;
--cobalt-600: #097BD7;
--cobalt-700: #0761AB;
--cobalt-800: #05467A;
--cobalt-900: #032D4E;
--cobalt-950: #021C31;
}