Cobalt
#164CCA
BlueColor Codes
All color formats for development
HEX
#164CCARGB
rgb(22, 76, 202)HSL
hsl(222, 80%, 44%)OKLCH
oklch(0.47 0.203 263.2)CMYK
cmyk(89%, 62%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1445B6
2#123DA2
3#10358D
4#0D2E79
5#0B2665
6#091F51
7#07173D
8#040F28
9#020814
Tints
Lighter variations
1#1956E4
2#3168E8
3#4B7BEB
4#658EEE
5#7EA1F1
6#98B4F4
7#B2C6F6
8#CCD9F9
9#E5ECFC
Tones
Muted variations
1#1F50C1
2#2853B8
3#3157AF
4#3A5BA6
5#435E9D
6#4C6294
7#55658B
8#5E6982
9#676D79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE7 #DFE7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D3 #C3D3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B2 #95B2F3 | BordersInactive statesPlaceholder text |
| 400 | 5E89 #5E89ED | Disabled statesSecondary iconsMuted text |
| 500 | 3068 #3068E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 164C #164CCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 123D #123DA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D2B #0D2B73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 081C #081C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0511 #05112E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FD;
--cobalt-100: #DFE7FB;
--cobalt-200: #C3D3F8;
--cobalt-300: #95B2F3;
--cobalt-400: #5E89ED;
--cobalt-500: #3068E8;
--cobalt-600: #164CCA;
--cobalt-700: #123DA1;
--cobalt-800: #0D2B73;
--cobalt-900: #081C49;
--cobalt-950: #05112E;
}