Cobalt
#0E59A4
BlueColor Codes
All color formats for development
HEX
#0E59A4RGB
rgb(14, 89, 164)HSL
hsl(210, 84%, 35%)OKLCH
oklch(0.465 0.139 253.8)CMYK
cmyk(91%, 46%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0D5094
2#0B4783
3#0A3E73
4#093663
5#072D52
6#062442
7#041B31
8#031221
9#010910
Tints
Lighter variations
1#116AC3
2#147AE1
3#2A8BEC
4#489CEF
5#67ACF2
6#85BDF4
7#A4CDF7
8#C2DEFA
9#E1EEFC
Tones
Muted variations
1#16599D
2#1D5995
3#25598E
4#2C5986
5#34597F
6#3B5977
7#435970
8#4A5968
9#525961
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEED #DEEDFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2DE #C2DEFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 93C4 #93C4F6 | BordersInactive statesPlaceholder text |
| 400 | 5BA6 #5BA6F1 | Disabled statesSecondary iconsMuted text |
| 500 | 2C8C #2C8CED | Primary brand colorCTAsActive elementsLinks |
| 600 | 1270 #1270CE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0E59 #0E59A4 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A40 #0A4075 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0729 #07294B | Primary textHigh emphasis contentDark headings |
| 950 | 041A #041A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FE;
--cobalt-100: #DEEDFC;
--cobalt-200: #C2DEFA;
--cobalt-300: #93C4F6;
--cobalt-400: #5BA6F1;
--cobalt-500: #2C8CED;
--cobalt-600: #1270CE;
--cobalt-700: #0E59A4;
--cobalt-800: #0A4075;
--cobalt-900: #07294B;
--cobalt-950: #041A2F;
}