Cobalt
#1E5AC2
BlueColor Codes
All color formats for development
HEX
#1E5AC2RGB
rgb(30, 90, 194)HSL
hsl(218, 73%, 44%)OKLCH
oklch(0.493 0.174 260.7)CMYK
cmyk(85%, 54%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B51AF
2#18489B
3#153F88
4#123674
5#0F2D61
6#0C244E
7#091B3A
8#061227
9#030913
Tints
Lighter variations
1#2266DB
2#3977E0
3#5288E4
4#6B99E8
5#83AAEC
6#9CBBF0
7#B5CCF3
8#CEDDF7
9#E6EEFB
Tones
Muted variations
1#265DBA
2#2F5FB2
3#3761AA
4#3F63A1
5#476599
6#4F6791
7#586A89
8#606C81
9#686E78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EA #E0EAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D7 #C6D7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AB9 #9AB9EF | BordersInactive statesPlaceholder text |
| 400 | 6594 #6594E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3876 #3876E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E5A #1E5AC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1848 #18489A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1133 #11336E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B21 #0B2147 | Primary textHigh emphasis contentDark headings |
| 950 | 0715 #07152C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FD;
--cobalt-100: #E0EAFA;
--cobalt-200: #C6D7F6;
--cobalt-300: #9AB9EF;
--cobalt-400: #6594E7;
--cobalt-500: #3876E0;
--cobalt-600: #1E5AC2;
--cobalt-700: #18489A;
--cobalt-800: #11336E;
--cobalt-900: #0B2147;
--cobalt-950: #07152C;
}