Cobalt
#162BCA
BlueColor Codes
All color formats for development
HEX
#162BCARGB
rgb(22, 43, 202)HSL
hsl(233, 80%, 44%)OKLCH
oklch(0.417 0.237 266.4)CMYK
cmyk(89%, 79%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1427B6
2#1223A2
3#101E8D
4#0D1A79
5#0B1665
6#091151
7#070D3D
8#040928
9#020414
Tints
Lighter variations
1#1931E4
2#3147E8
3#4B5EEB
4#6575EE
5#7E8CF1
6#98A3F4
7#B2BAF6
8#CCD1F9
9#E5E8FC
Tones
Muted variations
1#1F32C1
2#2839B8
3#3140AF
4#3A47A6
5#434E9D
6#4C5594
7#555C8B
8#5E6282
9#676979
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE2 #DFE2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CA #C3CAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A0 #95A0F3 | BordersInactive statesPlaceholder text |
| 400 | 5E6F #5E6FED | Disabled statesSecondary iconsMuted text |
| 500 | 3046 #3046E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 162B #162BCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1223 #1223A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D19 #0D1973 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0810 #081049 | Primary textHigh emphasis contentDark headings |
| 950 | 050A #050A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FD;
--cobalt-100: #DFE2FB;
--cobalt-200: #C3CAF8;
--cobalt-300: #95A0F3;
--cobalt-400: #5E6FED;
--cobalt-500: #3046E8;
--cobalt-600: #162BCA;
--cobalt-700: #1223A1;
--cobalt-800: #0D1973;
--cobalt-900: #081049;
--cobalt-950: #050A2E;
}