Cobalt
#1160D0
BlueColor Codes
All color formats for development
HEX
#1160D0RGB
rgb(17, 96, 208)HSL
hsl(215, 85%, 44%)OKLCH
oklch(0.514 0.188 259.1)CMYK
cmyk(92%, 54%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F57BB
2#0D4DA6
3#0C4391
4#0A3A7D
5#083068
6#072753
7#051D3E
8#03132A
9#020A15
Tints
Lighter variations
1#136DEA
2#2C7DEE
3#468DF0
4#609DF2
5#7BADF4
6#95BEF6
7#B0CEF9
8#CADEFB
9#E5EFFD
Tones
Muted variations
1#1A62C6
2#2463BC
3#2D65B3
4#3767A9
5#4168A0
6#4A6A96
7#546B8D
8#5D6D83
9#676F7A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEEB #DEEBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2D9 #C2D9FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92BC #92BCF6 | BordersInactive statesPlaceholder text |
| 400 | 5A99 #5A99F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B7C #2B7CEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 1160 #1160D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D4D #0D4DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A37 #0A3776 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0623 #06234B | Primary textHigh emphasis contentDark headings |
| 950 | 0416 #04162F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DEEBFC;
--cobalt-200: #C2D9FA;
--cobalt-300: #92BCF6;
--cobalt-400: #5A99F2;
--cobalt-500: #2B7CEE;
--cobalt-600: #1160D0;
--cobalt-700: #0D4DA5;
--cobalt-800: #0A3776;
--cobalt-900: #06234B;
--cobalt-950: #04162F;
}