Cobalt
#0D6BA5
BlueColor Codes
All color formats for development
HEX
#0D6BA5RGB
rgb(13, 107, 165)HSL
hsl(203, 85%, 35%)OKLCH
oklch(0.508 0.121 244)CMYK
cmyk(92%, 35%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C6095
2#0B5684
3#094B74
4#084063
5#073553
6#052B42
7#042032
8#031521
9#010B11
Tints
Lighter variations
1#107FC4
2#1293E2
3#28A2EE
4#47AFF0
5#66BDF3
6#84CAF5
7#A3D7F8
8#C2E4FA
9#E0F2FD
Tones
Muted variations
1#15699E
2#1D6796
3#24668E
4#2C6487
5#33627F
6#3B6078
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 | C2E4 #C2E4FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D0 #92D0F6 | BordersInactive statesPlaceholder text |
| 400 | 5AB7 #5AB7F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BA3 #2BA3EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1186 #1186D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D6B #0D6BA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4C #0A4C76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0631 #06314B | 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: #C2E4FA;
--cobalt-300: #92D0F6;
--cobalt-400: #5AB7F2;
--cobalt-500: #2BA3EE;
--cobalt-600: #1186D0;
--cobalt-700: #0D6BA5;
--cobalt-800: #0A4C76;
--cobalt-900: #06314B;
--cobalt-950: #041F2F;
}