Cobalt
#132DA0
BlueColor Codes
All color formats for development
HEX
#132DA0RGB
rgb(19, 45, 160)HSL
hsl(229, 79%, 35%)OKLCH
oklch(0.372 0.186 266.1)CMYK
cmyk(88%, 72%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112890
2#0F2480
3#0D1F70
4#0B1B60
5#091650
6#071240
7#060D30
8#040920
9#020410
Tints
Lighter variations
1#1635BD
2#1A3DDB
3#2F51E7
4#4D6AEA
5#6B83EE
6#889CF1
7#A6B4F5
8#C4CDF8
9#E1E6FC
Tones
Muted variations
1#1A3199
2#213692
3#283A8B
4#2F3E84
5#36437D
6#3D4775
7#444C6E
8#4B5067
9#525560
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4CD #C4CDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A7 #96A7F3 | BordersInactive statesPlaceholder text |
| 400 | 5F79 #5F79EC | Disabled statesSecondary iconsMuted text |
| 500 | 3253 #3253E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1838 #1838C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 132D #132DA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D20 #0D2072 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0914 #091449 | 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: #F1F4FD;
--cobalt-100: #DFE4FB;
--cobalt-200: #C4CDF8;
--cobalt-300: #96A7F3;
--cobalt-400: #5F79EC;
--cobalt-500: #3253E7;
--cobalt-600: #1838C9;
--cobalt-700: #132DA0;
--cobalt-800: #0D2072;
--cobalt-900: #091449;
--cobalt-950: #050D2E;
}