Cobalt
#1E63C2
BlueColor Codes
All color formats for development
HEX
#1E63C2RGB
rgb(30, 99, 194)HSL
hsl(215, 73%, 44%)OKLCH
oklch(0.512 0.164 257.9)CMYK
cmyk(85%, 49%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B59AF
2#184F9B
3#154588
4#123B74
5#0F3161
6#0C274E
7#091E3A
8#061427
9#030A13
Tints
Lighter variations
1#226FDB
2#397FE0
3#528FE4
4#6B9FE8
5#83AFEC
6#9CBFF0
7#B5CFF3
8#CEDFF7
9#E6EFFB
Tones
Muted variations
1#2664BA
2#2F65B2
3#3767AA
4#3F68A1
5#476999
6#4F6B91
7#586C89
8#606D81
9#686F78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DA #C6DAF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ABD #9ABDEF | BordersInactive statesPlaceholder text |
| 400 | 659B #659BE7 | Disabled statesSecondary iconsMuted text |
| 500 | 387E #387EE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E63 #1E63C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 184E #184E9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1138 #11386E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B24 #0B2447 | Primary textHigh emphasis contentDark headings |
| 950 | 0716 #07162C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FD;
--cobalt-100: #E0EBFA;
--cobalt-200: #C6DAF6;
--cobalt-300: #9ABDEF;
--cobalt-400: #659BE7;
--cobalt-500: #387EE0;
--cobalt-600: #1E63C2;
--cobalt-700: #184E9A;
--cobalt-800: #11386E;
--cobalt-900: #0B2447;
--cobalt-950: #07162C;
}