Cobalt
#1350A0
BlueColor Codes
All color formats for development
HEX
#1350A0RGB
rgb(19, 80, 160)HSL
hsl(214, 79%, 35%)OKLCH
oklch(0.442 0.143 257.5)CMYK
cmyk(88%, 50%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#114890
2#0F4080
3#0D3870
4#0B3060
5#092850
6#072040
7#061830
8#041020
9#020810
Tints
Lighter variations
1#165FBD
2#1A6EDB
3#2F7FE7
4#4D91EA
5#6BA3EE
6#88B6F1
7#A6C8F5
8#C4DAF8
9#E1EDFC
Tones
Muted variations
1#1A5199
2#215292
3#28538B
4#2F5484
5#36557D
6#3D5575
7#44566E
8#4B5767
9#525860
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DA #C4DAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96BE #96BEF3 | BordersInactive statesPlaceholder text |
| 400 | 5F9C #5F9CEC | Disabled statesSecondary iconsMuted text |
| 500 | 3280 #3280E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1864 #1864C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1350 #1350A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D39 #0D3972 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0925 #092549 | Primary textHigh emphasis contentDark headings |
| 950 | 0517 #05172E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F7FD;
--cobalt-100: #DFEBFB;
--cobalt-200: #C4DAF8;
--cobalt-300: #96BEF3;
--cobalt-400: #5F9CEC;
--cobalt-500: #3280E7;
--cobalt-600: #1864C9;
--cobalt-700: #1350A0;
--cobalt-800: #0D3972;
--cobalt-900: #092549;
--cobalt-950: #05172E;
}