Cobalt
#0C5EA7
BlueColor Codes
All color formats for development
HEX
#0C5EA7RGB
rgb(12, 94, 167)HSL
hsl(208, 87%, 35%)OKLCH
oklch(0.478 0.137 252)CMYK
cmyk(93%, 44%, 0%, 35%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A5596
2#094C86
3#084275
4#073964
5#062F53
6#052643
7#031C32
8#021321
9#010911
Tints
Lighter variations
1#0E70C6
2#1081E5
3#2692F0
4#45A1F2
5#64B1F4
6#83C1F6
7#A2D0F9
8#C1E0FB
9#E0EFFD
Tones
Muted variations
1#135E9F
2#1B5D97
3#235D90
4#2B5C88
5#325C80
6#3A5B78
7#425B71
8#4A5A69
9#515A61
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEE #DEEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E0 #C1E0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C8 #91C8F7 | BordersInactive statesPlaceholder text |
| 400 | 58AB #58ABF3 | Disabled statesSecondary iconsMuted text |
| 500 | 2893 #2893F0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0F77 #0F77D2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C5E #0C5EA7 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0843 #084377 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052B #052B4C | Primary textHigh emphasis contentDark headings |
| 950 | 031B #031B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DEEEFD;
--cobalt-200: #C1E0FB;
--cobalt-300: #91C8F7;
--cobalt-400: #58ABF3;
--cobalt-500: #2893F0;
--cobalt-600: #0F77D2;
--cobalt-700: #0C5EA7;
--cobalt-800: #084377;
--cobalt-900: #052B4C;
--cobalt-950: #031B30;
}