Cobalt
#093C77
BlueColor Codes
All color formats for development
HEX
#093C77RGB
rgb(9, 60, 119)HSL
hsl(212, 86%, 25%)OKLCH
oklch(0.361 0.113 255.9)CMYK
cmyk(92%, 50%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#08366B
2#07305F
3#062A53
4#052447
5#041E3B
6#04182F
7#031224
8#020C18
9#01060C
Tints
Lighter variations
1#0C4E9A
2#0E60BE
3#1172E1
4#2A86EF
5#4D9AF2
6#71AEF4
7#94C2F7
8#B8D7FA
9#DBEBFC
Tones
Muted variations
1#0E3C71
2#143D6C
3#193D66
4#1F3E61
5#243E5B
6#2A3E56
7#2F3F50
8#353F4B
9#3A3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEC #DEECFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1DC #C1DCFA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92C1 #92C1F7 | BordersInactive statesPlaceholder text |
| 400 | 59A1 #59A1F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A86 #2A86EF | Primary brand colorCTAsActive elementsLinks |
| 600 | 106A #106AD1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C54 #0C54A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 093C #093C77 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0626 #06264C | Primary textHigh emphasis contentDark headings |
| 950 | 0418 #04182F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FE;
--cobalt-100: #DEECFD;
--cobalt-200: #C1DCFA;
--cobalt-300: #92C1F7;
--cobalt-400: #59A1F3;
--cobalt-500: #2A86EF;
--cobalt-600: #106AD1;
--cobalt-700: #0C54A6;
--cobalt-800: #093C77;
--cobalt-900: #06264C;
--cobalt-950: #04182F;
}