Cobalt
#1020D1
BlueColor Codes
All color formats for development
HEX
#1020D1RGB
rgb(16, 32, 209)HSL
hsl(235, 86%, 44%)OKLCH
oklch(0.412 0.254 265.7)CMYK
cmyk(92%, 85%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E1DBC
2#0D19A7
3#0B1692
4#09137D
5#081068
6#060D53
7#050A3F
8#03062A
9#020315
Tints
Lighter variations
1#1224EB
2#2B3BEF
3#4553F1
4#606CF3
5#7A84F5
6#959DF7
7#AFB5F9
8#CACEFB
9#E4E6FD
Tones
Muted variations
1#1928C7
2#2330BD
3#2D38B4
4#3640AA
5#4048A0
6#4A5097
7#53588D
8#5D6083
9#67687A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F2 #F1F2FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEE0 #DEE0FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1C6 #C1C6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 929A #929AF7 | BordersInactive statesPlaceholder text |
| 400 | 5966 #5966F3 | Disabled statesSecondary iconsMuted text |
| 500 | 2A3A #2A3AEF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1020 #1020D1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0C19 #0C19A6 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0912 #091277 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060C #060C4C | Primary textHigh emphasis contentDark headings |
| 950 | 0407 #04072F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F2FE;
--cobalt-100: #DEE0FD;
--cobalt-200: #C1C6FA;
--cobalt-300: #929AF7;
--cobalt-400: #5966F3;
--cobalt-500: #2A3AEF;
--cobalt-600: #1020D1;
--cobalt-700: #0C19A6;
--cobalt-800: #091277;
--cobalt-900: #060C4C;
--cobalt-950: #04072F;
}