Cobalt
#203592
BlueColor Codes
All color formats for development
HEX
#203592RGB
rgb(32, 53, 146)HSL
hsl(229, 64%, 35%)OKLCH
oklch(0.377 0.155 268)CMYK
cmyk(78%, 64%, 0%, 43%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D3084
2#1A2A75
3#162566
4#132058
5#101B49
6#0D153B
7#0A102C
8#060B1D
9#03050F
Tints
Lighter variations
1#263FAE
2#2C49C9
3#415CD5
4#5C73DB
5#778BE1
6#92A2E7
7#ADB9ED
8#C9D0F3
9#E4E8F9
Tones
Muted variations
1#26398D
2#2C3C87
3#314081
4#37447C
5#3D4776
6#424B70
7#484E6A
8#4E5265
9#54565F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D0 #C9D0F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FAD #9FADEA | BordersInactive statesPlaceholder text |
| 400 | 6D82 #6D82DF | Disabled statesSecondary iconsMuted text |
| 500 | 435E #435ED6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2843 #2843B8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2035 #203592 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1726 #172669 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F18 #0F1843 | Primary textHigh emphasis contentDark headings |
| 950 | 090F #090F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F4FC;
--cobalt-100: #E2E6F9;
--cobalt-200: #C9D0F3;
--cobalt-300: #9FADEA;
--cobalt-400: #6D82DF;
--cobalt-500: #435ED6;
--cobalt-600: #2843B8;
--cobalt-700: #203592;
--cobalt-800: #172669;
--cobalt-900: #0F1843;
--cobalt-950: #090F2A;
}