Cobalt
#1124A2
BlueColor Codes
All color formats for development
HEX
#1124A2RGB
rgb(17, 36, 162)HSL
hsl(232, 81%, 35%)OKLCH
oklch(0.359 0.198 266.5)CMYK
cmyk(90%, 78%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2191
2#0E1D81
3#0C1971
4#0A1661
5#081251
6#070E41
7#050B30
8#030720
9#020410
Tints
Lighter variations
1#142BC0
2#1732DE
3#2D46E9
4#4B60EC
5#697BEF
6#8795F2
7#A5B0F6
8#C3CAF9
9#E1E5FC
Tones
Muted variations
1#182A9A
2#1F2F93
3#27348C
4#2E3985
5#353F7D
6#3C4476
7#44496F
8#4B4F68
9#525460
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE3 #DFE3FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CA #C3CAF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A2 #95A2F4 | BordersInactive statesPlaceholder text |
| 400 | 5D71 #5D71EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F48 #2F48E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 152E #152ECB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1124 #1124A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C1A #0C1A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0811 #08114A | 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: #DFE3FC;
--cobalt-200: #C3CAF9;
--cobalt-300: #95A2F4;
--cobalt-400: #5D71EE;
--cobalt-500: #2F48E9;
--cobalt-600: #152ECB;
--cobalt-700: #1124A2;
--cobalt-800: #0C1A73;
--cobalt-900: #08114A;
--cobalt-950: #050A2E;
}