Cobalt
#122CA1
BlueColor Codes
All color formats for development
HEX
#122CA1RGB
rgb(18, 44, 161)HSL
hsl(229, 80%, 35%)OKLCH
oklch(0.371 0.188 266)CMYK
cmyk(89%, 73%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#102891
2#0E2381
3#0C1F70
4#0B1A60
5#091650
6#071240
7#050D30
8#040920
9#020410
Tints
Lighter variations
1#1534BE
2#183CDC
3#2E50E8
4#4C69EB
5#6A82EE
6#889BF2
7#A5B4F5
8#C3CDF8
9#E1E6FC
Tones
Muted variations
1#19319A
2#203592
3#273A8B
4#2E3E84
5#36437D
6#3D4776
7#444C6F
8#4B5068
9#525560
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CD #C3CDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A7 #95A7F3 | BordersInactive statesPlaceholder text |
| 400 | 5E79 #5E79ED | Disabled statesSecondary iconsMuted text |
| 500 | 3052 #3052E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1637 #1637CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 122C #122CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1F #0D1F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0814 #081449 | Primary textHigh emphasis contentDark headings |
| 950 | 050D #050D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FD;
--cobalt-100: #DFE4FB;
--cobalt-200: #C3CDF8;
--cobalt-300: #95A7F3;
--cobalt-400: #5E79ED;
--cobalt-500: #3052E8;
--cobalt-600: #1637CA;
--cobalt-700: #122CA1;
--cobalt-800: #0D1F73;
--cobalt-900: #081449;
--cobalt-950: #050D2E;
}