Cobalt
#202C92
BlueColor Codes
All color formats for development
HEX
#202C92RGB
rgb(32, 44, 146)HSL
hsl(234, 64%, 35%)OKLCH
oklch(0.36 0.166 270)CMYK
cmyk(78%, 70%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2784
2#1A2375
3#161E66
4#131A58
5#101649
6#0D113B
7#0A0D2C
8#06091D
9#03040F
Tints
Lighter variations
1#2634AE
2#2C3CC9
3#4150D5
4#5C69DB
5#7782E1
6#929BE7
7#ADB4ED
8#C9CDF3
9#E4E6F9
Tones
Muted variations
1#26308D
2#2C3587
3#313981
4#373E7C
5#3D4276
6#424770
7#484C6A
8#4E5065
9#54555F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CD #C9CDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA6 #9FA6EA | BordersInactive statesPlaceholder text |
| 400 | 6D78 #6D78DF | Disabled statesSecondary iconsMuted text |
| 500 | 4351 #4351D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2837 #2837B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 202C #202C92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 171F #171F69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F14 #0F1443 | Primary textHigh emphasis contentDark headings |
| 950 | 090C #090C2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FC;
--cobalt-100: #E2E4F9;
--cobalt-200: #C9CDF3;
--cobalt-300: #9FA6EA;
--cobalt-400: #6D78DF;
--cobalt-500: #4351D6;
--cobalt-600: #2837B8;
--cobalt-700: #202C92;
--cobalt-800: #171F69;
--cobalt-900: #0F1443;
--cobalt-950: #090C2A;
}