Cobalt
#1346A0
BlueColor Codes
All color formats for development
HEX
#1346A0RGB
rgb(19, 70, 160)HSL
hsl(218, 79%, 35%)OKLCH
oklch(0.42 0.156 261)CMYK
cmyk(88%, 56%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113F90
2#0F3880
3#0D3170
4#0B2A60
5#092350
6#071C40
7#061530
8#040E20
9#020710
Tints
Lighter variations
1#1654BD
2#1A61DB
3#2F73E7
4#4D87EA
5#6B9BEE
6#88AFF1
7#A6C3F5
8#C4D7F8
9#E1EBFC
Tones
Muted variations
1#1A4899
2#214A92
3#284C8B
4#2F4E84
5#36507D
6#3D5275
7#44546E
8#4B5567
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 | C4D7 #C4D7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96B8 #96B8F3 | BordersInactive statesPlaceholder text |
| 400 | 5F93 #5F93EC | Disabled statesSecondary iconsMuted text |
| 500 | 3274 #3274E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1859 #1859C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1346 #1346A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D32 #0D3272 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0920 #092049 | 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: #C4D7F8;
--cobalt-300: #96B8F3;
--cobalt-400: #5F93EC;
--cobalt-500: #3274E7;
--cobalt-600: #1859C9;
--cobalt-700: #1346A0;
--cobalt-800: #0D3272;
--cobalt-900: #092049;
--cobalt-950: #05142E;
}