Cobalt
#1367A0
BlueColor Codes
All color formats for development
HEX
#1367A0RGB
rgb(19, 103, 160)HSL
hsl(204, 79%, 35%)OKLCH
oklch(0.496 0.117 245.1)CMYK
cmyk(88%, 36%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#115D90
2#0F5380
3#0D4870
4#0B3E60
5#093450
6#072940
7#061F30
8#041520
9#020A10
Tints
Lighter variations
1#167BBD
2#1A8EDB
3#2F9DE7
4#4DABEA
5#6BB9EE
6#88C7F1
7#A6D5F5
8#C4E3F8
9#E1F1FC
Tones
Muted variations
1#1A6699
2#216592
3#28638B
4#2F6284
5#36607D
6#3D5F75
7#445D6E
8#4B5C67
9#525B60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E3 #C4E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CE #96CEF3 | BordersInactive statesPlaceholder text |
| 400 | 5FB4 #5FB4EC | Disabled statesSecondary iconsMuted text |
| 500 | 329E #329EE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1882 #1882C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1367 #1367A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D4A #0D4A72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092F #092F49 | 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: #F1F9FD;
--cobalt-100: #DFF0FB;
--cobalt-200: #C4E3F8;
--cobalt-300: #96CEF3;
--cobalt-400: #5FB4EC;
--cobalt-500: #329EE7;
--cobalt-600: #1882C9;
--cobalt-700: #1367A0;
--cobalt-800: #0D4A72;
--cobalt-900: #092F49;
--cobalt-950: #051E2E;
}