Cobalt
#1024A2
BlueColor Codes
All color formats for development
HEX
#1024A2RGB
rgb(16, 36, 162)HSL
hsl(232, 82%, 35%)OKLCH
oklch(0.359 0.198 266.3)CMYK
cmyk(90%, 78%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E2092
2#0D1C82
3#0B1972
4#0A1561
5#081251
6#060E41
7#050B31
8#030720
9#020410
Tints
Lighter variations
1#132AC1
2#1631DF
3#2C45EA
4#4A60ED
5#687AF0
6#8695F3
7#A5AFF6
8#C3CAF9
9#E1E4FC
Tones
Muted variations
1#17299B
2#1F2E94
3#26348C
4#2D3985
5#353E7E
6#3C4477
7#43496F
8#4B4F68
9#525461
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CA #C3CAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94A1 #94A1F4 | BordersInactive statesPlaceholder text |
| 400 | 5D70 #5D70EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E47 #2E47EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 142D #142DCC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1024 #1024A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B19 #0B1974 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0710 #07104A | Primary textHigh emphasis contentDark headings |
| 950 | 050A #050A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FE;
--cobalt-100: #DFE2FC;
--cobalt-200: #C3CAF9;
--cobalt-300: #94A1F4;
--cobalt-400: #5D70EF;
--cobalt-500: #2E47EA;
--cobalt-600: #142DCC;
--cobalt-700: #1024A2;
--cobalt-800: #0B1974;
--cobalt-900: #07104A;
--cobalt-950: #050A2E;
}