Cobalt
#0B61A8
BlueColor Codes
All color formats for development
HEX
#0B61A8RGB
rgb(11, 97, 168)HSL
hsl(207, 88%, 35%)OKLCH
oklch(0.486 0.135 250.7)CMYK
cmyk(93%, 42%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A5797
2#094E86
3#074475
4#063A65
5#053154
6#042743
7#031D32
8#021322
9#010A11
Tints
Lighter variations
1#0D73C7
2#0F85E6
3#2595F1
4#44A4F3
5#63B3F5
6#82C3F7
7#A2D2F9
8#C1E1FB
9#E0F0FD
Tones
Muted variations
1#1360A0
2#1A6098
3#225F90
4#2A5E88
5#325D81
6#3A5C79
7#425C71
8#4A5B69
9#515A61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E1 #C1E1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CA #91CAF8 | BordersInactive statesPlaceholder text |
| 400 | 57AE #57AEF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2796 #2796F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D7A #0D7AD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B61 #0B61A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0845 #084578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052C #052C4D | Primary textHigh emphasis contentDark headings |
| 950 | 031C #031C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DDEFFD;
--cobalt-200: #C1E1FB;
--cobalt-300: #91CAF8;
--cobalt-400: #57AEF4;
--cobalt-500: #2796F1;
--cobalt-600: #0D7AD3;
--cobalt-700: #0B61A8;
--cobalt-800: #084578;
--cobalt-900: #052C4D;
--cobalt-950: #031C30;
}