Cobalt
#193B9A
BlueColor Codes
All color formats for development
HEX
#193B9ARGB
rgb(25, 59, 154)HSL
hsl(224, 72%, 35%)OKLCH
oklch(0.393 0.16 264.7)CMYK
cmyk(84%, 62%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16358A
2#142F7B
3#11296B
4#0F245C
5#0C1E4D
6#0A183D
7#07122E
8#050C1F
9#02060F
Tints
Lighter variations
1#1E46B6
2#2251D3
3#3764DF
4#547AE3
5#7090E8
6#8DA6EC
7#A9BDF1
8#C6D3F6
9#E2E9FA
Tones
Muted variations
1#1F3E93
2#26418D
3#2C4486
4#334780
5#394A79
6#404D73
7#46506D
8#4C5366
9#535660
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E7 #E0E7FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D3 #C6D3F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB1 #9AB1EF | BordersInactive statesPlaceholder text |
| 400 | 6588 #6588E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A66 #3A66DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F4B #1F4BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 193B #193B9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 122A #122A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B1B #0B1B46 | Primary textHigh emphasis contentDark headings |
| 950 | 0711 #07112C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F5FD;
--cobalt-100: #E0E7FA;
--cobalt-200: #C6D3F6;
--cobalt-300: #9AB1EF;
--cobalt-400: #6588E6;
--cobalt-500: #3A66DF;
--cobalt-600: #1F4BC1;
--cobalt-700: #193B9A;
--cobalt-800: #122A6E;
--cobalt-900: #0B1B46;
--cobalt-950: #07112C;
}