Cobalt
#1962C8
BlueColor Codes
All color formats for development
HEX
#1962C8RGB
rgb(25, 98, 200)HSL
hsl(215, 78%, 44%)OKLCH
oklch(0.513 0.174 258.4)CMYK
cmyk(88%, 51%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1658B4
2#144EA0
3#11448C
4#0F3B78
5#0C3164
6#0A2750
7#071D3C
8#051428
9#020A14
Tints
Lighter variations
1#1C6EE1
2#347EE6
3#4D8EE9
4#669EEC
5#80AEEF
6#99BEF2
7#B3CFF6
8#CCDFF9
9#E6EFFC
Tones
Muted variations
1#2163BF
2#2A65B6
3#3366AD
4#3C67A5
5#44699C
6#4D6A93
7#566C8A
8#5F6D82
9#676F79
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEB #DFEBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DA #C4DAF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97BD #97BDF2 | BordersInactive statesPlaceholder text |
| 400 | 609A #609AEB | Disabled statesSecondary iconsMuted text |
| 500 | 337D #337DE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1962 #1962C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 144E #144E9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E37 #0E3771 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0923 #092349 | Primary textHigh emphasis contentDark headings |
| 950 | 0616 #06162D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FD;
--cobalt-100: #DFEBFB;
--cobalt-200: #C4DAF8;
--cobalt-300: #97BDF2;
--cobalt-400: #609AEB;
--cobalt-500: #337DE6;
--cobalt-600: #1962C8;
--cobalt-700: #144E9F;
--cobalt-800: #0E3771;
--cobalt-900: #092349;
--cobalt-950: #06162D;
}