Cobalt
#1E5D94
BlueColor Codes
All color formats for development
HEX
#1E5D94RGB
rgb(30, 93, 148)HSL
hsl(208, 66%, 35%)OKLCH
oklch(0.467 0.109 249)CMYK
cmyk(80%, 37%, 0%, 42%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B5485
2#184B77
3#154168
4#123859
5#0F2F4A
6#0C253B
7#091C2C
8#06131E
9#03090F
Tints
Lighter variations
1#246EB0
2#2A80CB
3#3E90D8
4#5AA0DD
5#75B0E3
6#91C0E8
7#ACCFEE
8#C8DFF4
9#E3EFF9
Tones
Muted variations
1#245D8E
2#2A5C88
3#305C82
4#365C7D
5#3C5B77
6#425B71
7#485A6B
8#4D5A65
9#535A5F
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EE #E1EEF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8DF #C8DFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9EC7 #9EC7EB | BordersInactive statesPlaceholder text |
| 400 | 6BAA #6BAAE1 | Disabled statesSecondary iconsMuted text |
| 500 | 4191 #4191D8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2675 #2675BA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1E5D #1E5D94 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1643 #16436A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0E2B #0E2B44 | Primary textHigh emphasis contentDark headings |
| 950 | 091B #091B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F8FC;
--cobalt-100: #E1EEF9;
--cobalt-200: #C8DFF4;
--cobalt-300: #9EC7EB;
--cobalt-400: #6BAAE1;
--cobalt-500: #4191D8;
--cobalt-600: #2675BA;
--cobalt-700: #1E5D94;
--cobalt-800: #16436A;
--cobalt-900: #0E2B44;
--cobalt-950: #091B2A;
}