Cobalt
#202892
BlueColor Codes
All color formats for development
HEX
#202892RGB
rgb(32, 40, 146)HSL
hsl(236, 64%, 35%)OKLCH
oklch(0.354 0.17 270.7)CMYK
cmyk(78%, 73%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2484
2#1A2075
3#161C66
4#131858
5#101449
6#0D103B
7#0A0C2C
8#06081D
9#03040F
Tints
Lighter variations
1#262FAE
2#2C37C9
3#414BD5
4#5C64DB
5#777EE1
6#9298E7
7#ADB2ED
8#C9CBF3
9#E4E5F9
Tones
Muted variations
1#262D8D
2#2C3287
3#313781
4#373C7C
5#3D4076
6#424570
7#484A6A
8#4E4F65
9#54545F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E3 #E2E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CB #C9CBF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA4 #9FA4EA | BordersInactive statesPlaceholder text |
| 400 | 6D74 #6D74DF | Disabled statesSecondary iconsMuted text |
| 500 | 434D #434DD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2832 #2832B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2028 #202892 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 171C #171C69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F12 #0F1243 | Primary textHigh emphasis contentDark headings |
| 950 | 090B #090B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FC;
--cobalt-100: #E2E3F9;
--cobalt-200: #C9CBF3;
--cobalt-300: #9FA4EA;
--cobalt-400: #6D74DF;
--cobalt-500: #434DD6;
--cobalt-600: #2832B8;
--cobalt-700: #202892;
--cobalt-800: #171C69;
--cobalt-900: #0F1243;
--cobalt-950: #090B2A;
}