Cobalt
#112AD0
BlueColor Codes
All color formats for development
HEX
#112AD0RGB
rgb(17, 42, 208)HSL
hsl(232, 85%, 44%)OKLCH
oklch(0.422 0.246 265.7)CMYK
cmyk(92%, 80%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F26BB
2#0D22A6
3#0C1E91
4#0A197D
5#081568
6#071153
7#050D3E
8#03082A
9#020415
Tints
Lighter variations
1#1330EA
2#2C46EE
3#465DF0
4#6074F2
5#7B8BF4
6#95A2F6
7#B0B9F9
8#CAD1FB
9#E5E8FD
Tones
Muted variations
1#1A31C6
2#2438BC
3#2D3FB3
4#3746A9
5#414DA0
6#4A5496
7#545B8D
8#5D6283
9#67697A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE2 #DEE2FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C9 #C2C9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92A0 #92A0F6 | BordersInactive statesPlaceholder text |
| 400 | 5A6E #5A6EF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B45 #2B45EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 112A #112AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D22 #0D22A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A18 #0A1876 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060F #060F4B | Primary textHigh emphasis contentDark headings |
| 950 | 040A #040A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F3FE;
--cobalt-100: #DEE2FC;
--cobalt-200: #C2C9FA;
--cobalt-300: #92A0F6;
--cobalt-400: #5A6EF2;
--cobalt-500: #2B45EE;
--cobalt-600: #112AD0;
--cobalt-700: #0D22A5;
--cobalt-800: #0A1876;
--cobalt-900: #060F4B;
--cobalt-950: #040A2F;
}