Cobalt
#162D9C
BlueColor Codes
All color formats for development
HEX
#162D9CRGB
rgb(22, 45, 156)HSL
hsl(230, 75%, 35%)OKLCH
oklch(0.368 0.18 266.7)CMYK
cmyk(86%, 71%, 0%, 39%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#14288D
2#12247D
3#101F6D
4#0D1B5E
5#0B164E
6#09123E
7#070D2F
8#04091F
9#020410
Tints
Lighter variations
1#1A35B9
2#1F3DD6
3#3451E2
4#516AE6
5#6E83EA
6#8B9CEE
7#A8B4F3
8#C5CDF7
9#E2E6FB
Tones
Muted variations
1#1D3195
2#24368F
3#2A3A88
4#313E81
5#38437B
6#3E4774
7#454C6D
8#4C5067
9#535560
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F4 #F2F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0E4 #E0E4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5CD #C5CDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98A7 #98A7F0 | BordersInactive statesPlaceholder text |
| 400 | 6379 #6379E9 | Disabled statesSecondary iconsMuted text |
| 500 | 3653 #3653E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C38 #1C38C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 162D #162D9C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1020 #102070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A14 #0A1447 | Primary textHigh emphasis contentDark headings |
| 950 | 060D #060D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F4FD;
--cobalt-100: #E0E4FB;
--cobalt-200: #C5CDF7;
--cobalt-300: #98A7F0;
--cobalt-400: #6379E9;
--cobalt-500: #3653E2;
--cobalt-600: #1C38C4;
--cobalt-700: #162D9C;
--cobalt-800: #102070;
--cobalt-900: #0A1447;
--cobalt-950: #060D2D;
}