Cobalt
#161FCA
BlueColor Codes
All color formats for development
HEX
#161FCARGB
rgb(22, 31, 202)HSL
hsl(237, 80%, 44%)OKLCH
oklch(0.404 0.246 266.7)CMYK
cmyk(89%, 85%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141CB6
2#1219A2
3#10168D
4#0D1379
5#0B1065
6#090D51
7#07093D
8#040628
9#020314
Tints
Lighter variations
1#1923E4
2#313BE8
3#4B53EB
4#656CEE
5#7E84F1
6#989DF4
7#B2B5F6
8#CCCEF9
9#E5E6FC
Tones
Muted variations
1#1F27C1
2#2830B8
3#3138AF
4#3A40A6
5#43489D
6#4C5094
7#55588B
8#5E6082
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 | C3C6 #C3C6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 959A #959AF3 | BordersInactive statesPlaceholder text |
| 400 | 5E65 #5E65ED | Disabled statesSecondary iconsMuted text |
| 500 | 303A #303AE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 161F #161FCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1219 #1219A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D12 #0D1273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 080B #080B49 | Primary textHigh emphasis contentDark headings |
| 950 | 0507 #05072E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FD;
--cobalt-100: #DFE0FB;
--cobalt-200: #C3C6F8;
--cobalt-300: #959AF3;
--cobalt-400: #5E65ED;
--cobalt-500: #303AE8;
--cobalt-600: #161FCA;
--cobalt-700: #1219A1;
--cobalt-800: #0D1273;
--cobalt-900: #080B49;
--cobalt-950: #05072E;
}