Cobalt
#26328C
BlueColor Codes
All color formats for development
HEX
#26328CRGB
rgb(38, 50, 140)HSL
hsl(233, 57%, 35%)OKLCH
oklch(0.369 0.149 271.2)CMYK
cmyk(73%, 64%, 0%, 45%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#232D7E
2#1F2870
3#1B2362
4#171E54
5#131946
6#0F1438
7#0C0F2A
8#080A1C
9#04050E
Tints
Lighter variations
1#2E3CA6
2#3545C0
3#4958CD
4#6370D4
5#7D88DB
6#97A0E2
7#B1B8EA
8#CBCFF1
9#E5E7F8
Tones
Muted variations
1#2B3687
2#313A82
3#363E7D
4#3B4278
5#404673
6#454A6E
7#4A4E69
8#4F5163
9#54555E
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCF #CBCFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3AB #A3ABE6 | BordersInactive statesPlaceholder text |
| 400 | 737F #737FD9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B5A #4B5ACE | Primary brand colorCTAsActive elementsLinks |
| 600 | 303F #303FB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2632 #26328C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B24 #1B2464 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1217 #121740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0E #0B0E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F4FC;
--cobalt-100: #E3E5F7;
--cobalt-200: #CBCFF1;
--cobalt-300: #A3ABE6;
--cobalt-400: #737FD9;
--cobalt-500: #4B5ACE;
--cobalt-600: #303FB0;
--cobalt-700: #26328C;
--cobalt-800: #1B2464;
--cobalt-900: #121740;
--cobalt-950: #0B0E28;
}