Cobalt
#1246A1
BlueColor Codes
All color formats for development
HEX
#1246A1RGB
rgb(18, 70, 161)HSL
hsl(218, 80%, 35%)OKLCH
oklch(0.421 0.157 260.9)CMYK
cmyk(89%, 57%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103F91
2#0E3881
3#0C3170
4#0B2A60
5#092350
6#071C40
7#051530
8#040E20
9#020710
Tints
Lighter variations
1#1553BE
2#1860DC
3#2E72E8
4#4C86EB
5#6A9AEE
6#88AFF2
7#A5C3F5
8#C3D7F8
9#E1EBFC
Tones
Muted variations
1#19489A
2#204A92
3#274C8B
4#2E4E84
5#36507D
6#3D5276
7#44546F
8#4B5568
9#525760
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFE9 #DFE9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D7 #C3D7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95B8 #95B8F3 | BordersInactive statesPlaceholder text |
| 400 | 5E93 #5E93ED | Disabled statesSecondary iconsMuted text |
| 500 | 3074 #3074E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1658 #1658CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1246 #1246A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D32 #0D3273 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0820 #082049 | 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: #F1F6FD;
--cobalt-100: #DFE9FB;
--cobalt-200: #C3D7F8;
--cobalt-300: #95B8F3;
--cobalt-400: #5E93ED;
--cobalt-500: #3074E8;
--cobalt-600: #1658CA;
--cobalt-700: #1246A1;
--cobalt-800: #0D3273;
--cobalt-900: #082049;
--cobalt-950: #05142E;
}