Cobalt
#112EA2
BlueColor Codes
All color formats for development
HEX
#112EA2RGB
rgb(17, 46, 162)HSL
hsl(228, 81%, 35%)OKLCH
oklch(0.375 0.188 265.6)CMYK
cmyk(90%, 72%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2991
2#0E2581
3#0C2071
4#0A1C61
5#081751
6#071241
7#050E30
8#030920
9#020510
Tints
Lighter variations
1#1436C0
2#173FDE
3#2D53E9
4#4B6BEC
5#6984EF
6#879CF2
7#A5B5F6
8#C3CEF9
9#E1E6FC
Tones
Muted variations
1#18329A
2#1F3793
3#273B8C
4#2E3F85
5#35447D
6#3C4876
7#444C6F
8#4B5168
9#525560
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F4 #F1F4FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CE #C3CEF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A8 #95A8F4 | BordersInactive statesPlaceholder text |
| 400 | 5D7A #5D7AEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F54 #2F54E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 153A #153ACB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 112E #112EA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C21 #0C2173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0815 #08154A | 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: #F1F4FE;
--cobalt-100: #DFE4FC;
--cobalt-200: #C3CEF9;
--cobalt-300: #95A8F4;
--cobalt-400: #5D7AEE;
--cobalt-500: #2F54E9;
--cobalt-600: #153ACB;
--cobalt-700: #112EA2;
--cobalt-800: #0C2173;
--cobalt-900: #08154A;
--cobalt-950: #050D2E;
}