Cobalt
#24498F
BlueColor Codes
All color formats for development
HEX
#24498FRGB
rgb(36, 73, 143)HSL
hsl(219, 60%, 35%)OKLCH
oklch(0.419 0.124 261.7)CMYK
cmyk(75%, 49%, 0%, 44%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#204281
2#1D3B72
3#193364
4#152C56
5#122547
6#0E1D39
7#0B162B
8#070F1D
9#04070E
Tints
Lighter variations
1#2A57A9
2#3164C4
3#4576D1
4#608AD7
5#7A9DDE
6#95B1E4
7#AFC4EB
8#CAD8F2
9#E4EBF8
Tones
Muted variations
1#294B89
2#2E4C84
3#344E7F
4#395079
5#3E5174
6#44536F
7#495469
8#4F5664
9#54585F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD8 #CAD8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BA #A1BAE8 | BordersInactive statesPlaceholder text |
| 400 | 7096 #7096DB | Disabled statesSecondary iconsMuted text |
| 500 | 4778 #4778D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D5C #2D5CB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2449 #24498F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A34 #1A3466 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1021 #102141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F6FC;
--cobalt-100: #E2EAF8;
--cobalt-200: #CAD8F2;
--cobalt-300: #A1BAE8;
--cobalt-400: #7096DB;
--cobalt-500: #4778D1;
--cobalt-600: #2D5CB4;
--cobalt-700: #24498F;
--cobalt-800: #1A3466;
--cobalt-900: #102141;
--cobalt-950: #0A1529;
}