Cobalt
#161CCA
BlueColor Codes
All color formats for development
HEX
#161CCARGB
rgb(22, 28, 202)HSL
hsl(238, 80%, 44%)OKLCH
oklch(0.401 0.248 266.8)CMYK
cmyk(89%, 86%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141AB6
2#1217A2
3#10148D
4#0D1179
5#0B0E65
6#090B51
7#07093D
8#040628
9#020314
Tints
Lighter variations
1#1920E4
2#3137E8
3#4B50EB
4#6569EE
5#7E82F1
6#989BF4
7#B2B4F6
8#CCCDF9
9#E5E6FC
Tones
Muted variations
1#1F25C1
2#282DB8
3#3136AF
4#3A3EA6
5#43469D
6#4C4F94
7#55578B
8#5E5F82
9#676879
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE0 #DFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3C5 #C3C5F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9599 #9599F3 | BordersInactive statesPlaceholder text |
| 400 | 5E63 #5E63ED | Disabled statesSecondary iconsMuted text |
| 500 | 3037 #3037E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 161C #161CCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1217 #1217A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D10 #0D1073 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080A #080A49 | Primary textHigh emphasis contentDark headings |
| 950 | 0506 #05062E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FD;
--cobalt-100: #DFE0FB;
--cobalt-200: #C3C5F8;
--cobalt-300: #9599F3;
--cobalt-400: #5E63ED;
--cobalt-500: #3037E8;
--cobalt-600: #161CCA;
--cobalt-700: #1217A1;
--cobalt-800: #0D1073;
--cobalt-900: #080A49;
--cobalt-950: #05062E;
}