Cobalt
#112BA2
BlueColor Codes
All color formats for development
HEX
#112BA2RGB
rgb(17, 43, 162)HSL
hsl(229, 81%, 35%)OKLCH
oklch(0.37 0.191 265.9)CMYK
cmyk(90%, 73%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2791
2#0E2381
3#0C1E71
4#0A1A61
5#081651
6#071141
7#050D30
8#030920
9#020410
Tints
Lighter variations
1#1434C0
2#173CDE
3#2D4FE9
4#4B69EC
5#6982EF
6#879BF2
7#A5B4F6
8#C3CDF9
9#E1E6FC
Tones
Muted variations
1#18309A
2#1F3593
3#27398C
4#2E3E85
5#35427D
6#3C4776
7#444C6F
8#4B5068
9#525560
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F3 #F1F3FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE4 #DFE4FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3CD #C3CDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95A6 #95A6F4 | BordersInactive statesPlaceholder text |
| 400 | 5D78 #5D78EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F51 #2F51E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1537 #1537CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 112B #112BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C1F #0C1F73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0814 #08144A | 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: #F1F3FE;
--cobalt-100: #DFE4FC;
--cobalt-200: #C3CDF9;
--cobalt-300: #95A6F4;
--cobalt-400: #5D78EE;
--cobalt-500: #2F51E9;
--cobalt-600: #1537CB;
--cobalt-700: #112BA2;
--cobalt-800: #0C1F73;
--cobalt-900: #08144A;
--cobalt-950: #050C2E;
}