Cobalt
#1344A0
BlueColor Codes
All color formats for development
HEX
#1344A0RGB
rgb(19, 68, 160)HSL
hsl(219, 79%, 35%)OKLCH
oklch(0.416 0.158 261.6)CMYK
cmyk(88%, 58%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113D90
2#0F3680
3#0D3070
4#0B2960
5#092250
6#071B40
7#061430
8#040E20
9#020710
Tints
Lighter variations
1#1651BD
2#1A5DDB
3#2F6FE7
4#4D84EA
5#6B98EE
6#88ADF1
7#A6C1F5
8#C4D6F8
9#E1EAFC
Tones
Muted variations
1#1A4699
2#214892
3#284A8B
4#2F4D84
5#364F7D
6#3D5175
7#44536E
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 | C4D6 #C4D6F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96B6 #96B6F3 | BordersInactive statesPlaceholder text |
| 400 | 5F91 #5F91EC | Disabled statesSecondary iconsMuted text |
| 500 | 3271 #3271E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1856 #1856C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1344 #1344A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D31 #0D3172 | Text on light backgroundsHeadingsStrong borders |
| 900 | 091F #091F49 | 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: #F1F6FD;
--cobalt-100: #DFE9FB;
--cobalt-200: #C4D6F8;
--cobalt-300: #96B6F3;
--cobalt-400: #5F91EC;
--cobalt-500: #3271E7;
--cobalt-600: #1856C9;
--cobalt-700: #1344A0;
--cobalt-800: #0D3172;
--cobalt-900: #091F49;
--cobalt-950: #05132E;
}