Cobalt
#1C46C4
BlueColor Codes
All color formats for development
HEX
#1C46C4RGB
rgb(28, 70, 196)HSL
hsl(225, 75%, 44%)OKLCH
oklch(0.455 0.201 264.8)CMYK
cmyk(86%, 64%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#193FB1
2#16389D
3#143189
4#112A76
5#0E2362
6#0B1C4F
7#08153B
8#060E27
9#030714
Tints
Lighter variations
1#204FDD
2#3762E2
3#5076E6
4#6989EA
5#829DED
6#9BB0F1
7#B4C4F4
8#CDD8F8
9#E6EBFB
Tones
Muted variations
1#244ABC
2#2D4FB4
3#3553AB
4#3E57A3
5#465B9A
6#4F5F92
7#576489
8#5F6881
9#686C79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E6 #E0E6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D1 #C5D1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98AE #98AEF0 | BordersInactive statesPlaceholder text |
| 400 | 6384 #6384E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3661 #3661E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C46 #1C46C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1638 #16389C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1028 #102870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A19 #0A1947 | Primary textHigh emphasis contentDark headings |
| 950 | 0610 #06102D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F4FD;
--cobalt-100: #E0E6FB;
--cobalt-200: #C5D1F7;
--cobalt-300: #98AEF0;
--cobalt-400: #6384E9;
--cobalt-500: #3661E2;
--cobalt-600: #1C46C4;
--cobalt-700: #16389C;
--cobalt-800: #102870;
--cobalt-900: #0A1947;
--cobalt-950: #06102D;
}