Cobalt
#321BC5
BlueColor Codes
All color formats for development
HEX
#321BC5RGB
rgb(50, 27, 197)HSL
hsl(248, 76%, 44%)OKLCH
oklch(0.407 0.236 274.1)CMYK
cmyk(75%, 86%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2D18B2
2#28169E
3#23138A
4#1E1076
5#190D63
6#140B4F
7#0F083B
8#0A0527
9#050314
Tints
Lighter variations
1#381EDF
2#4D36E4
3#634FE7
4#7A68EA
5#9081EE
6#A69AF1
7#BCB4F5
8#D3CDF8
9#E9E6FC
Tones
Muted variations
1#3823BD
2#3E2CB4
3#4435AC
4#4B3DA3
5#51469B
6#574E92
7#5D578A
8#645F81
9#6A6879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F2 #F3F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E0 #E3E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBC5 #CBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A498 #A498F1 | BordersInactive statesPlaceholder text |
| 400 | 7462 #7462EA | Disabled statesSecondary iconsMuted text |
| 500 | 4C35 #4C35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 321B #321BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2815 #28159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C0F #1C0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 120A #120A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0B06 #0B062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F3F2FD;
--cobalt-100: #E3E0FB;
--cobalt-200: #CBC5F7;
--cobalt-300: #A498F1;
--cobalt-400: #7462EA;
--cobalt-500: #4C35E3;
--cobalt-600: #321BC5;
--cobalt-700: #28159D;
--cobalt-800: #1C0F70;
--cobalt-900: #120A48;
--cobalt-950: #0B062D;
}