Cobalt
#132AA0
BlueColor Codes
All color formats for development
HEX
#132AA0RGB
rgb(19, 42, 160)HSL
hsl(230, 79%, 35%)OKLCH
oklch(0.367 0.189 266.4)CMYK
cmyk(88%, 74%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112690
2#0F2280
3#0D1E70
4#0B1960
5#091550
6#071140
7#060D30
8#040820
9#020410
Tints
Lighter variations
1#1632BD
2#1A3ADB
3#2F4EE7
4#4D67EA
5#6B80EE
6#889AF1
7#A6B3F5
8#C4CCF8
9#E1E6FC
Tones
Muted variations
1#1A2F99
2#213492
3#28388B
4#2F3D84
5#36427D
6#3D4675
7#444B6E
8#4B5067
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 | C4CC #C4CCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96A5 #96A5F3 | BordersInactive statesPlaceholder text |
| 400 | 5F77 #5F77EC | Disabled statesSecondary iconsMuted text |
| 500 | 3250 #3250E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1835 #1835C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 132A #132AA0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D1E #0D1E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0913 #091349 | Primary textHigh emphasis contentDark headings |
| 950 | 050C #050C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FD;
--cobalt-100: #DFE4FB;
--cobalt-200: #C4CCF8;
--cobalt-300: #96A5F3;
--cobalt-400: #5F77EC;
--cobalt-500: #3250E7;
--cobalt-600: #1835C9;
--cobalt-700: #132AA0;
--cobalt-800: #0D1E72;
--cobalt-900: #091349;
--cobalt-950: #050C2E;
}