Cobalt
#164C9C
BlueColor Codes
All color formats for development
HEX
#164C9CRGB
rgb(22, 76, 156)HSL
hsl(216, 75%, 35%)OKLCH
oklch(0.431 0.142 258.9)CMYK
cmyk(86%, 51%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14448D
2#123D7D
3#10356D
4#0D2E5E
5#0B264E
6#091E3E
7#07172F
8#040F1F
9#020810
Tints
Lighter variations
1#1A5AB9
2#1F68D6
3#347AE2
4#518DE6
5#6EA0EA
6#8BB3EE
7#A8C6F3
8#C5D9F7
9#E2ECFB
Tones
Muted variations
1#1D4D95
2#244F8F
3#2A5088
4#315181
5#38537B
6#3E5474
7#45556D
8#4C5767
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 | C5D9 #C5D9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98BC #98BCF0 | BordersInactive statesPlaceholder text |
| 400 | 6398 #6398E9 | Disabled statesSecondary iconsMuted text |
| 500 | 367B #367BE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C5F #1C5FC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 164C #164C9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1036 #103670 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A23 #0A2347 | Primary textHigh emphasis contentDark headings |
| 950 | 0616 #06162D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FD;
--cobalt-100: #E0EAFB;
--cobalt-200: #C5D9F7;
--cobalt-300: #98BCF0;
--cobalt-400: #6398E9;
--cobalt-500: #367BE2;
--cobalt-600: #1C5FC4;
--cobalt-700: #164C9C;
--cobalt-800: #103670;
--cobalt-900: #0A2347;
--cobalt-950: #06162D;
}