Cobalt
#1168A2
BlueColor Codes
All color formats for development
HEX
#1168A2RGB
rgb(17, 104, 162)HSL
hsl(204, 81%, 35%)OKLCH
oklch(0.5 0.119 245.1)CMYK
cmyk(90%, 36%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F5D91
2#0E5381
3#0C4971
4#0A3E61
5#083451
6#072941
7#051F30
8#031520
9#020A10
Tints
Lighter variations
1#147BC0
2#178EDE
3#2D9EE9
4#4BACEC
5#69BAEF
6#87C7F2
7#A5D5F6
8#C3E3F9
9#E1F1FC
Tones
Muted variations
1#18669A
2#1F6593
3#27638C
4#2E6285
5#35607D
6#3C5F76
7#445E6F
8#4B5C68
9#525B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E3 #C3E3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CE #95CEF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB4 #5DB4EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F9F #2F9FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1582 #1582CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1168 #1168A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C4A #0C4A73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082F #082F4A | Primary textHigh emphasis contentDark headings |
| 950 | 051E #051E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F9FE;
--cobalt-100: #DFF0FC;
--cobalt-200: #C3E3F9;
--cobalt-300: #95CEF4;
--cobalt-400: #5DB4EE;
--cobalt-500: #2F9FE9;
--cobalt-600: #1582CB;
--cobalt-700: #1168A2;
--cobalt-800: #0C4A73;
--cobalt-900: #082F4A;
--cobalt-950: #051E2E;
}