Cobalt
#0D6DA5
BlueColor Codes
All color formats for development
HEX
#0D6DA5RGB
rgb(13, 109, 165)HSL
hsl(202, 85%, 35%)OKLCH
oklch(0.513 0.119 242.6)CMYK
cmyk(92%, 34%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C6395
2#0B5884
3#094D74
4#084263
5#073753
6#052C42
7#042132
8#031621
9#010B11
Tints
Lighter variations
1#1082C4
2#1296E2
3#28A5EE
4#47B2F0
5#66BFF3
6#84CCF5
7#A3D9F8
8#C2E5FA
9#E0F2FD
Tones
Muted variations
1#156B9E
2#1D6996
3#24678E
4#2C6587
5#33637F
6#3B6178
7#425F70
8#4A5D68
9#525B61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF1 #DEF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E5 #C2E5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D2 #92D2F6 | BordersInactive statesPlaceholder text |
| 400 | 5ABA #5ABAF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BA6 #2BA6EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 118A #118AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D6D #0D6DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4E #0A4E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0632 #06324B | Primary textHigh emphasis contentDark headings |
| 950 | 041F #041F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F9FE;
--cobalt-100: #DEF1FC;
--cobalt-200: #C2E5FA;
--cobalt-300: #92D2F6;
--cobalt-400: #5ABAF2;
--cobalt-500: #2BA6EE;
--cobalt-600: #118AD0;
--cobalt-700: #0D6DA5;
--cobalt-800: #0A4E76;
--cobalt-900: #06324B;
--cobalt-950: #041F2F;
}