Cobalt
#1363A0
BlueColor Codes
All color formats for development
HEX
#1363A0RGB
rgb(19, 99, 160)HSL
hsl(206, 79%, 35%)OKLCH
oklch(0.487 0.121 247.8)CMYK
cmyk(88%, 38%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#115990
2#0F4F80
3#0D4570
4#0B3B60
5#093150
6#072740
7#061E30
8#041420
9#020A10
Tints
Lighter variations
1#1675BD
2#1A87DB
3#2F97E7
4#4DA6EA
5#6BB5EE
6#88C4F1
7#A6D3F5
8#C4E1F8
9#E1F0FC
Tones
Muted variations
1#1A6299
2#216192
3#28608B
4#2F5F84
5#365E7D
6#3D5D75
7#445C6E
8#4B5B67
9#525A60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E1 #C4E1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CB #96CBF3 | BordersInactive statesPlaceholder text |
| 400 | 5FAF #5FAFEC | Disabled statesSecondary iconsMuted text |
| 500 | 3298 #3298E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 187C #187CC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1363 #1363A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D46 #0D4672 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092D #092D49 | 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: #F1F8FD;
--cobalt-100: #DFEFFB;
--cobalt-200: #C4E1F8;
--cobalt-300: #96CBF3;
--cobalt-400: #5FAFEC;
--cobalt-500: #3298E7;
--cobalt-600: #187CC9;
--cobalt-700: #1363A0;
--cobalt-800: #0D4672;
--cobalt-900: #092D49;
--cobalt-950: #051C2E;
}