Cobalt
#1146A2
BlueColor Codes
All color formats for development
HEX
#1146A2RGB
rgb(17, 70, 162)HSL
hsl(218, 81%, 35%)OKLCH
oklch(0.421 0.159 260.9)CMYK
cmyk(90%, 57%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3F91
2#0E3881
3#0C3171
4#0A2A61
5#082351
6#071C41
7#051530
8#030E20
9#020710
Tints
Lighter variations
1#1453C0
2#1760DE
3#2D72E9
4#4B86EC
5#699AEF
6#87AEF2
7#A5C3F6
8#C3D7F9
9#E1EBFC
Tones
Muted variations
1#18489A
2#1F4A93
3#274C8C
4#2E4E85
5#35507D
6#3C5276
7#44536F
8#4B5568
9#525760
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D7 #C3D7F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B8 #95B8F4 | BordersInactive statesPlaceholder text |
| 400 | 5D92 #5D92EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F73 #2F73E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1558 #1558CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1146 #1146A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C32 #0C3273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0820 #08204A | Primary textHigh emphasis contentDark headings |
| 950 | 0514 #05142E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DFE9FC;
--cobalt-200: #C3D7F9;
--cobalt-300: #95B8F4;
--cobalt-400: #5D92EE;
--cobalt-500: #2F73E9;
--cobalt-600: #1558CB;
--cobalt-700: #1146A2;
--cobalt-800: #0C3273;
--cobalt-900: #08204A;
--cobalt-950: #05142E;
}