Cobalt
#1041A2
BlueColor Codes
All color formats for development
HEX
#1041A2RGB
rgb(16, 65, 162)HSL
hsl(220, 82%, 35%)OKLCH
oklch(0.411 0.165 262.1)CMYK
cmyk(90%, 60%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3A92
2#0D3482
3#0B2D72
4#0A2761
5#082051
6#061A41
7#051331
8#030D20
9#020610
Tints
Lighter variations
1#134DC1
2#1659DF
3#2C6BEA
4#4A80ED
5#6895F0
6#86ABF3
7#A5C0F6
8#C3D5F9
9#E1EAFC
Tones
Muted variations
1#17439B
2#1F4694
3#26488C
4#2D4B85
5#354D7E
6#3C4F77
7#43526F
8#4B5468
9#525761
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F5 #F1F5FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE8 #DFE8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D5 #C3D5F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94B4 #94B4F4 | BordersInactive statesPlaceholder text |
| 400 | 5D8D #5D8DEF | Disabled statesSecondary iconsMuted text |
| 500 | 2E6D #2E6DEA | Primary brand colorCTAsActive elementsLinks |
| 600 | 1452 #1452CC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1041 #1041A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B2E #0B2E74 | Text on light backgroundsHeadingsStrong borders |
| 900 | 071E #071E4A | Primary textHigh emphasis contentDark headings |
| 950 | 0513 #05132E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F5FE;
--cobalt-100: #DFE8FC;
--cobalt-200: #C3D5F9;
--cobalt-300: #94B4F4;
--cobalt-400: #5D8DEF;
--cobalt-500: #2E6DEA;
--cobalt-600: #1452CC;
--cobalt-700: #1041A2;
--cobalt-800: #0B2E74;
--cobalt-900: #071E4A;
--cobalt-950: #05132E;
}