Cobalt
#1165A2
BlueColor Codes
All color formats for development
HEX
#1165A2RGB
rgb(17, 101, 162)HSL
hsl(205, 81%, 35%)OKLCH
oklch(0.492 0.122 247)CMYK
cmyk(90%, 38%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F5B91
2#0E5181
3#0C4771
4#0A3D61
5#083351
6#072941
7#051E30
8#031420
9#020A10
Tints
Lighter variations
1#1478C0
2#178BDE
3#2D9BE9
4#4BA9EC
5#69B7EF
6#87C6F2
7#A5D4F6
8#C3E2F9
9#E1F1FC
Tones
Muted variations
1#18649A
2#1F6393
3#27628C
4#2E6085
5#355F7D
6#3C5E76
7#445D6F
8#4B5C68
9#525A60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E2 #C3E2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CC #95CCF4 | BordersInactive statesPlaceholder text |
| 400 | 5DB2 #5DB2EE | Disabled statesSecondary iconsMuted text |
| 500 | 2F9C #2F9CE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 157F #157FCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1165 #1165A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C48 #0C4873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082E #082E4A | Primary textHigh emphasis contentDark headings |
| 950 | 051D #051D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DFF0FC;
--cobalt-200: #C3E2F9;
--cobalt-300: #95CCF4;
--cobalt-400: #5DB2EE;
--cobalt-500: #2F9CE9;
--cobalt-600: #157FCB;
--cobalt-700: #1165A2;
--cobalt-800: #0C4873;
--cobalt-900: #082E4A;
--cobalt-950: #051D2E;
}