Cobalt
#1163A2
BlueColor Codes
All color formats for development
HEX
#1163A2RGB
rgb(17, 99, 162)HSL
hsl(206, 81%, 35%)OKLCH
oklch(0.488 0.124 248.3)CMYK
cmyk(90%, 39%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F5991
2#0E4F81
3#0C4571
4#0A3B61
5#083151
6#072841
7#051E30
8#031420
9#020A10
Tints
Lighter variations
1#1475C0
2#1788DE
3#2D98E9
4#4BA6EC
5#69B5EF
6#87C4F2
7#A5D3F6
8#C3E1F9
9#E1F0FC
Tones
Muted variations
1#18629A
2#1F6193
3#27608C
4#2E5F85
5#355E7D
6#3C5D76
7#445C6F
8#4B5B68
9#525A60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CB #95CBF4 | BordersInactive statesPlaceholder text |
| 400 | 5DAF #5DAFEE | Disabled statesSecondary iconsMuted text |
| 500 | 2F99 #2F99E9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 157C #157CCB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1163 #1163A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0C47 #0C4773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082D #082D4A | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F8FE;
--cobalt-100: #DFEFFC;
--cobalt-200: #C3E1F9;
--cobalt-300: #95CBF4;
--cobalt-400: #5DAFEE;
--cobalt-500: #2F99E9;
--cobalt-600: #157CCB;
--cobalt-700: #1163A2;
--cobalt-800: #0C4773;
--cobalt-900: #082D4A;
--cobalt-950: #051C2E;
}