Cobalt
#1121D0
BlueColor Codes
All color formats for development
HEX
#1121D0RGB
rgb(17, 33, 208)HSL
hsl(235, 85%, 44%)OKLCH
oklch(0.412 0.252 265.9)CMYK
cmyk(92%, 84%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F1DBB
2#0D1AA6
3#0C1791
4#0A147D
5#081068
6#070D53
7#050A3E
8#03072A
9#020315
Tints
Lighter variations
1#1325EA
2#2C3CEE
3#4654F0
4#606DF2
5#7B85F4
6#959DF6
7#B0B6F9
8#CACEFB
9#E5E7FD
Tones
Muted variations
1#1A29C6
2#2431BC
3#2D39B3
4#3741A9
5#4148A0
6#4A5096
7#54588D
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 | DEE1 #DEE1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2C6 #C2C6FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 929B #929BF6 | BordersInactive statesPlaceholder text |
| 400 | 5A67 #5A67F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B3B #2B3BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1121 #1121D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D1A #0D1AA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A13 #0A1376 | Text on light backgroundsHeadingsStrong borders |
| 900 | 060C #060C4B | 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: #DEE1FC;
--cobalt-200: #C2C6FA;
--cobalt-300: #929BF6;
--cobalt-400: #5A67F2;
--cobalt-500: #2B3BEE;
--cobalt-600: #1121D0;
--cobalt-700: #0D1AA5;
--cobalt-800: #0A1376;
--cobalt-900: #060C4B;
--cobalt-950: #04072F;
}