Cobalt
#202D92
BlueColor Codes
All color formats for development
HEX
#202D92RGB
rgb(32, 45, 146)HSL
hsl(233, 64%, 35%)OKLCH
oklch(0.362 0.164 269.8)CMYK
cmyk(78%, 69%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2984
2#1A2475
3#162066
4#131B58
5#101749
6#0D123B
7#0A0E2C
8#06091D
9#03050F
Tints
Lighter variations
1#2636AE
2#2C3EC9
3#4152D5
4#5C6BDB
5#7783E1
6#929CE7
7#ADB5ED
8#C9CEF3
9#E4E6F9
Tones
Muted variations
1#26328D
2#2C3687
3#313B81
4#373F7C
5#3D4376
6#424870
7#484C6A
8#4E5065
9#54555F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CE #C9CEF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA8 #9FA8EA | BordersInactive statesPlaceholder text |
| 400 | 6D7A #6D7ADF | Disabled statesSecondary iconsMuted text |
| 500 | 4354 #4354D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2839 #2839B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 202D #202D92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1720 #172069 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F15 #0F1543 | Primary textHigh emphasis contentDark headings |
| 950 | 090D #090D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F4FC;
--cobalt-100: #E2E4F9;
--cobalt-200: #C9CEF3;
--cobalt-300: #9FA8EA;
--cobalt-400: #6D7ADF;
--cobalt-500: #4354D6;
--cobalt-600: #2839B8;
--cobalt-700: #202D92;
--cobalt-800: #172069;
--cobalt-900: #0F1543;
--cobalt-950: #090D2A;
}