Cobalt
#202692
BlueColor Codes
All color formats for development
HEX
#202692RGB
rgb(32, 38, 146)HSL
hsl(237, 64%, 35%)OKLCH
oklch(0.351 0.172 271)CMYK
cmyk(78%, 74%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D2284
2#1A1E75
3#161A66
4#131758
5#101349
6#0D0F3B
7#0A0B2C
8#06081D
9#03040F
Tints
Lighter variations
1#262DAE
2#2C34C9
3#4148D5
4#5C62DB
5#777CE1
6#9297E7
7#ADB1ED
8#C9CBF3
9#E4E5F9
Tones
Muted variations
1#262B8D
2#2C3087
3#313581
4#373A7C
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 | 9FA3 #9FA3EA | BordersInactive statesPlaceholder text |
| 400 | 6D72 #6D72DF | Disabled statesSecondary iconsMuted text |
| 500 | 434A #434AD6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2830 #2830B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2026 #202692 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 171B #171B69 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F11 #0F1143 | 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: #9FA3EA;
--cobalt-400: #6D72DF;
--cobalt-500: #434AD6;
--cobalt-600: #2830B8;
--cobalt-700: #202692;
--cobalt-800: #171B69;
--cobalt-900: #0F1143;
--cobalt-950: #090B2A;
}