Cobalt
#1E4294
BlueColor Codes
All color formats for development
HEX
#1E4294RGB
rgb(30, 66, 148)HSL
hsl(222, 66%, 35%)OKLCH
oklch(0.405 0.142 263.5)CMYK
cmyk(80%, 55%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B3B85
2#183577
3#152E68
4#122759
5#0F214A
6#0C1A3B
7#09142C
8#060D1E
9#03070F
Tints
Lighter variations
1#244EB0
2#2A5ACB
3#3E6CD8
4#5A81DD
5#7596E3
6#91ABE8
7#ACC0EE
8#C8D5F4
9#E3EAF9
Tones
Muted variations
1#24448E
2#2A4688
3#304982
4#364B7D
5#3C4D77
6#425071
7#48526B
8#4D5565
9#53575F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8D5 #C8D5F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EB5 #9EB5EB | BordersInactive statesPlaceholder text |
| 400 | 6B8E #6B8EE1 | Disabled statesSecondary iconsMuted text |
| 500 | 416E #416ED8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2653 #2653BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E42 #1E4294 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 162F #162F6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E1E #0E1E44 | Primary textHigh emphasis contentDark headings |
| 950 | 0913 #09132A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F5FC;
--cobalt-100: #E1E8F9;
--cobalt-200: #C8D5F4;
--cobalt-300: #9EB5EB;
--cobalt-400: #6B8EE1;
--cobalt-500: #416ED8;
--cobalt-600: #2653BA;
--cobalt-700: #1E4294;
--cobalt-800: #162F6A;
--cobalt-900: #0E1E44;
--cobalt-950: #09132A;
}