Cobalt
#1326A0
BlueColor Codes
All color formats for development
HEX
#1326A0RGB
rgb(19, 38, 160)HSL
hsl(232, 79%, 35%)OKLCH
oklch(0.361 0.193 266.8)CMYK
cmyk(88%, 76%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112290
2#0F1E80
3#0D1A70
4#0B1760
5#091350
6#070F40
7#060B30
8#040820
9#020410
Tints
Lighter variations
1#162DBD
2#1A33DB
3#2F48E7
4#4D62EA
5#6B7CEE
6#8896F1
7#A6B0F5
8#C4CBF8
9#E1E5FC
Tones
Muted variations
1#1A2B99
2#213092
3#28358B
4#2F3A84
5#363F7D
6#3D4575
7#444A6E
8#4B4F67
9#525460
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CB #C4CBF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A2 #96A2F3 | BordersInactive statesPlaceholder text |
| 400 | 5F72 #5F72EC | Disabled statesSecondary iconsMuted text |
| 500 | 324A #324AE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 182F #182FC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1326 #1326A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1B #0D1B72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0911 #091149 | Primary textHigh emphasis contentDark headings |
| 950 | 050B #050B2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FD;
--cobalt-100: #DFE3FB;
--cobalt-200: #C4CBF8;
--cobalt-300: #96A2F3;
--cobalt-400: #5F72EC;
--cobalt-500: #324AE7;
--cobalt-600: #182FC9;
--cobalt-700: #1326A0;
--cobalt-800: #0D1B72;
--cobalt-900: #091149;
--cobalt-950: #050B2E;
}