Cobalt
#1E2694
BlueColor Codes
All color formats for development
HEX
#1E2694RGB
rgb(30, 38, 148)HSL
hsl(236, 66%, 35%)OKLCH
oklch(0.352 0.175 270.2)CMYK
cmyk(80%, 74%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2285
2#181F77
3#151B68
4#121759
5#0F134A
6#0C0F3B
7#090B2C
8#06081E
9#03040F
Tints
Lighter variations
1#242DB0
2#2A34CB
3#3E49D8
4#5A63DD
5#757DE3
6#9197E8
7#ACB1EE
8#C8CBF4
9#E3E5F9
Tones
Muted variations
1#242B8E
2#2A3088
3#303682
4#363B7D
5#3C4077
6#424571
7#484A6B
8#4D4F65
9#53545F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F3 #F2F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E3 #E1E3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8CB #C8CBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EA3 #9EA3EB | BordersInactive statesPlaceholder text |
| 400 | 6B73 #6B73E1 | Disabled statesSecondary iconsMuted text |
| 500 | 414B #414BD8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2630 #2630BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E26 #1E2694 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 161B #161B6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E11 #0E1144 | Primary textHigh emphasis contentDark headings |
| 950 | 090B #090B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F3FC;
--cobalt-100: #E1E3F9;
--cobalt-200: #C8CBF4;
--cobalt-300: #9EA3EB;
--cobalt-400: #6B73E1;
--cobalt-500: #414BD8;
--cobalt-600: #2630BA;
--cobalt-700: #1E2694;
--cobalt-800: #161B6A;
--cobalt-900: #0E1144;
--cobalt-950: #090B2A;
}