Cobalt
#203992
BlueColor Codes
All color formats for development
HEX
#203992RGB
rgb(32, 57, 146)HSL
hsl(227, 64%, 35%)OKLCH
oklch(0.385 0.15 266.9)CMYK
cmyk(78%, 61%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D3384
2#1A2E75
3#162866
4#132258
5#101C49
6#0D173B
7#0A112C
8#060B1D
9#03060F
Tints
Lighter variations
1#2643AE
2#2C4EC9
3#4161D5
4#5C77DB
5#778EE1
6#92A5E7
7#ADBBED
8#C9D2F3
9#E4E8F9
Tones
Muted variations
1#263C8D
2#2C3F87
3#314381
4#37467C
5#3D4976
6#424C70
7#48506A
8#4E5365
9#54565F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D2 #C9D2F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAF #9FAFEA | BordersInactive statesPlaceholder text |
| 400 | 6D85 #6D85DF | Disabled statesSecondary iconsMuted text |
| 500 | 4363 #4363D6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2848 #2848B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2039 #203992 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1729 #172969 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1A #0F1A43 | Primary textHigh emphasis contentDark headings |
| 950 | 0910 #09102A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F5FC;
--cobalt-100: #E2E7F9;
--cobalt-200: #C9D2F3;
--cobalt-300: #9FAFEA;
--cobalt-400: #6D85DF;
--cobalt-500: #4363D6;
--cobalt-600: #2848B8;
--cobalt-700: #203992;
--cobalt-800: #172969;
--cobalt-900: #0F1A43;
--cobalt-950: #09102A;
}