Cobalt
#1365A0
BlueColor Codes
All color formats for development
HEX
#1365A0RGB
rgb(19, 101, 160)HSL
hsl(205, 79%, 35%)OKLCH
oklch(0.492 0.119 246.5)CMYK
cmyk(88%, 37%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#115B90
2#0F5180
3#0D4770
4#0B3D60
5#093350
6#072840
7#061E30
8#041420
9#020A10
Tints
Lighter variations
1#1678BD
2#1A8BDB
3#2F9AE7
4#4DA9EA
5#6BB7EE
6#88C5F1
7#A6D4F5
8#C4E2F8
9#E1F1FC
Tones
Muted variations
1#1A6499
2#216392
3#28618B
4#2F6084
5#365F7D
6#3D5E75
7#445D6E
8#4B5C67
9#525A60
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E2 #C4E2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 96CC #96CCF3 | BordersInactive statesPlaceholder text |
| 400 | 5FB2 #5FB2EC | Disabled statesSecondary iconsMuted text |
| 500 | 329B #329BE7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 187F #187FC9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1365 #1365A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D48 #0D4872 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092E #092E49 | 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: #F1F8FD;
--cobalt-100: #DFF0FB;
--cobalt-200: #C4E2F8;
--cobalt-300: #96CCF3;
--cobalt-400: #5FB2EC;
--cobalt-500: #329BE7;
--cobalt-600: #187FC9;
--cobalt-700: #1365A0;
--cobalt-800: #0D4872;
--cobalt-900: #092E49;
--cobalt-950: #051D2E;
}