Cobalt
#1F60C1
BlueColor Codes
All color formats for development
HEX
#1F60C1RGB
rgb(31, 96, 193)HSL
hsl(216, 72%, 44%)OKLCH
oklch(0.505 0.166 258.9)CMYK
cmyk(84%, 50%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C56AE
2#194D9A
3#164387
4#133A74
5#103060
6#0D264D
7#091D3A
8#061327
9#030A13
Tints
Lighter variations
1#236CDA
2#3B7CDF
3#538DE3
4#6C9DE7
5#84ADEB
6#9DBEEF
7#B5CEF3
8#CEDEF7
9#E6EFFB
Tones
Muted variations
1#2762B9
2#3063B1
3#3865A9
4#4067A1
5#486899
6#506A91
7#586B88
8#606D80
9#686F78
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6D9 #C6D9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ABC #9ABCEF | BordersInactive statesPlaceholder text |
| 400 | 6599 #6599E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A7C #3A7CDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F60 #1F60C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 194C #194C9A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1237 #12376E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B23 #0B2346 | Primary textHigh emphasis contentDark headings |
| 950 | 0716 #07162C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F2F6FD;
--cobalt-100: #E0EBFA;
--cobalt-200: #C6D9F6;
--cobalt-300: #9ABCEF;
--cobalt-400: #6599E6;
--cobalt-500: #3A7CDF;
--cobalt-600: #1F60C1;
--cobalt-700: #194C9A;
--cobalt-800: #12376E;
--cobalt-900: #0B2346;
--cobalt-950: #07162C;
}