Cobalt
#1122A2
BlueColor Codes
All color formats for development
HEX
#1122A2RGB
rgb(17, 34, 162)HSL
hsl(233, 81%, 35%)OKLCH
oklch(0.357 0.2 266.6)CMYK
cmyk(90%, 79%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1E91
2#0E1B81
3#0C1871
4#0A1461
5#081151
6#070E41
7#050A30
8#030720
9#020310
Tints
Lighter variations
1#1428C0
2#172EDE
3#2D43E9
4#4B5EEC
5#6979EF
6#8794F2
7#A5AEF6
8#C3C9F9
9#E1E4FC
Tones
Muted variations
1#18279A
2#1F2D93
3#27328C
4#2E3885
5#353E7D
6#3C4376
7#44496F
8#4B4E68
9#525460
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C9 #C3C9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A0 #95A0F4 | BordersInactive statesPlaceholder text |
| 400 | 5D6E #5D6EEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F45 #2F45E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 152B #152BCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1122 #1122A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C18 #0C1873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080F #080F4A | Primary textHigh emphasis contentDark headings |
| 950 | 050A #050A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FE;
--cobalt-100: #DFE2FC;
--cobalt-200: #C3C9F9;
--cobalt-300: #95A0F4;
--cobalt-400: #5D6EEE;
--cobalt-500: #2F45E9;
--cobalt-600: #152BCB;
--cobalt-700: #1122A2;
--cobalt-800: #0C1873;
--cobalt-900: #080F4A;
--cobalt-950: #050A2E;
}