Cobalt
#164A9C
BlueColor Codes
All color formats for development
HEX
#164A9CRGB
rgb(22, 74, 156)HSL
hsl(217, 75%, 35%)OKLCH
oklch(0.426 0.145 259.6)CMYK
cmyk(86%, 53%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14428D
2#123B7D
3#10346D
4#0D2C5E
5#0B254E
6#091D3E
7#07162F
8#040F1F
9#020710
Tints
Lighter variations
1#1A57B9
2#1F65D6
3#3477E2
4#518AE6
5#6E9EEA
6#8BB1EE
7#A8C5F3
8#C5D8F7
9#E2ECFB
Tones
Muted variations
1#1D4B95
2#244D8F
3#2A4E88
4#315081
5#38517B
6#3E5374
7#45556D
8#4C5667
9#535860
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EA #E0EAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5D8 #C5D8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BA #98BAF0 | BordersInactive statesPlaceholder text |
| 400 | 6396 #6396E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3678 #3678E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C5D #1C5DC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 164A #164A9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1035 #103570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A22 #0A2247 | Primary textHigh emphasis contentDark headings |
| 950 | 0615 #06152D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FD;
--cobalt-100: #E0EAFB;
--cobalt-200: #C5D8F7;
--cobalt-300: #98BAF0;
--cobalt-400: #6396E9;
--cobalt-500: #3678E2;
--cobalt-600: #1C5DC4;
--cobalt-700: #164A9C;
--cobalt-800: #103570;
--cobalt-900: #0A2247;
--cobalt-950: #06152D;
}