Cobalt
#1622CA
BlueColor Codes
All color formats for development
HEX
#1622CARGB
rgb(22, 34, 202)HSL
hsl(236, 80%, 44%)OKLCH
oklch(0.407 0.244 266.7)CMYK
cmyk(89%, 83%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141FB6
2#121CA2
3#10188D
4#0D1579
5#0B1165
6#090E51
7#070A3D
8#040728
9#020314
Tints
Lighter variations
1#1927E4
2#313EE8
3#4B56EB
4#656EEE
5#7E86F1
6#989EF4
7#B2B6F6
8#CCCFF9
9#E5E7FC
Tones
Muted variations
1#1F2AC1
2#2832B8
3#313AAF
4#3A42A6
5#43499D
6#4C5194
7#55598B
8#5E6182
9#676879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE1 #DFE1FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C7 #C3C7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959C #959CF3 | BordersInactive statesPlaceholder text |
| 400 | 5E68 #5E68ED | Disabled statesSecondary iconsMuted text |
| 500 | 303D #303DE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1622 #1622CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 121B #121BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D14 #0D1473 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080D #080D49 | Primary textHigh emphasis contentDark headings |
| 950 | 0508 #05082E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FD;
--cobalt-100: #DFE1FB;
--cobalt-200: #C3C7F8;
--cobalt-300: #959CF3;
--cobalt-400: #5E68ED;
--cobalt-500: #303DE8;
--cobalt-600: #1622CA;
--cobalt-700: #121BA1;
--cobalt-800: #0D1473;
--cobalt-900: #080D49;
--cobalt-950: #05082E;
}