Cobalt
#1E2E94
BlueColor Codes
All color formats for development
HEX
#1E2E94RGB
rgb(30, 46, 148)HSL
hsl(232, 66%, 35%)OKLCH
oklch(0.365 0.166 268.9)CMYK
cmyk(80%, 69%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2985
2#182577
3#152068
4#121C59
5#0F174A
6#0C123B
7#090E2C
8#06091E
9#03050F
Tints
Lighter variations
1#2437B0
2#2A3FCB
3#3E53D8
4#5A6BDD
5#7584E3
6#919DE8
7#ACB5EE
8#C8CEF4
9#E3E6F9
Tones
Muted variations
1#24328E
2#2A3788
3#303B82
4#363F7D
5#3C4477
6#424871
7#484C6B
8#4D5165
9#53555F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E5 #E1E5F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CE #C8CEF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA8 #9EA8EB | BordersInactive statesPlaceholder text |
| 400 | 6B7B #6B7BE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4155 #4155D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 263A #263ABA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E2E #1E2E94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1621 #16216A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E15 #0E1544 | Primary textHigh emphasis contentDark headings |
| 950 | 090D #090D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F4FC;
--cobalt-100: #E1E5F9;
--cobalt-200: #C8CEF4;
--cobalt-300: #9EA8EB;
--cobalt-400: #6B7BE1;
--cobalt-500: #4155D8;
--cobalt-600: #263ABA;
--cobalt-700: #1E2E94;
--cobalt-800: #16216A;
--cobalt-900: #0E1544;
--cobalt-950: #090D2A;
}