Cobalt
#1E5194
BlueColor Codes
All color formats for development
HEX
#1E5194RGB
rgb(30, 81, 148)HSL
hsl(214, 66%, 35%)OKLCH
oklch(0.438 0.123 256.7)CMYK
cmyk(80%, 45%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B4985
2#184177
3#153968
4#123159
5#0F294A
6#0C213B
7#09182C
8#06101E
9#03080F
Tints
Lighter variations
1#2461B0
2#2A70CB
3#3E81D8
4#5A93DD
5#75A5E3
6#91B7E8
7#ACC9EE
8#C8DBF4
9#E3EDF9
Tones
Muted variations
1#24528E
2#2A5388
3#305482
4#36557D
5#3C5577
6#425671
7#48576B
8#4D5865
9#53585F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DB #C8DBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EBF #9EBFEB | BordersInactive statesPlaceholder text |
| 400 | 6B9E #6B9EE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4182 #4182D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2666 #2666BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E51 #1E5194 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 163A #163A6A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E25 #0E2544 | Primary textHigh emphasis contentDark headings |
| 950 | 0917 #09172A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F7FC;
--cobalt-100: #E1ECF9;
--cobalt-200: #C8DBF4;
--cobalt-300: #9EBFEB;
--cobalt-400: #6B9EE1;
--cobalt-500: #4182D8;
--cobalt-600: #2666BA;
--cobalt-700: #1E5194;
--cobalt-800: #163A6A;
--cobalt-900: #0E2544;
--cobalt-950: #09172A;
}