Cobalt
#1C2AC4
BlueColor Codes
All color formats for development
HEX
#1C2AC4RGB
rgb(28, 42, 196)HSL
hsl(235, 75%, 44%)OKLCH
oklch(0.411 0.23 267.6)CMYK
cmyk(86%, 79%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1926B1
2#16229D
3#141D89
4#111976
5#0E1562
6#0B114F
7#080D3B
8#060827
9#030414
Tints
Lighter variations
1#202FDD
2#3745E2
3#505DE6
4#6974EA
5#828BED
6#9BA2F1
7#B4B9F4
8#CDD1F8
9#E6E8FB
Tones
Muted variations
1#2431BC
2#2D38B4
3#353FAB
4#3E46A3
5#464D9A
6#4F5492
7#575B89
8#5F6281
9#686979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E2 #E0E2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5C9 #C5C9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A0 #98A0F0 | BordersInactive statesPlaceholder text |
| 400 | 636E #636EE9 | Disabled statesSecondary iconsMuted text |
| 500 | 3645 #3645E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C2A #1C2AC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1621 #16219C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1018 #101870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A0F #0A0F47 | Primary textHigh emphasis contentDark headings |
| 950 | 060A #060A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FD;
--cobalt-100: #E0E2FB;
--cobalt-200: #C5C9F7;
--cobalt-300: #98A0F0;
--cobalt-400: #636EE9;
--cobalt-500: #3645E2;
--cobalt-600: #1C2AC4;
--cobalt-700: #16219C;
--cobalt-800: #101870;
--cobalt-900: #0A0F47;
--cobalt-950: #060A2D;
}