Cobalt
#104BA2
BlueColor Codes
All color formats for development
HEX
#104BA2RGB
rgb(16, 75, 162)HSL
hsl(216, 82%, 35%)OKLCH
oklch(0.432 0.153 259.2)CMYK
cmyk(90%, 54%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E4392
2#0D3C82
3#0B3472
4#0A2D61
5#082551
6#061E41
7#051631
8#030F20
9#020710
Tints
Lighter variations
1#1358C1
2#1666DF
3#2C78EA
4#4A8BED
5#689FF0
6#86B2F3
7#A5C5F6
8#C3D8F9
9#E1ECFC
Tones
Muted variations
1#174C9B
2#1F4E94
3#264F8C
4#2D5085
5#35527E
6#3C5377
7#43556F
8#4B5668
9#525861
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEA #DFEAFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D8 #C3D8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94BB #94BBF4 | BordersInactive statesPlaceholder text |
| 400 | 5D97 #5D97EF | Disabled statesSecondary iconsMuted text |
| 500 | 2E79 #2E79EA | Primary brand colorCTAsActive elementsLinks |
| 600 | 145E #145ECC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 104B #104BA2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B35 #0B3574 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0722 #07224A | Primary textHigh emphasis contentDark headings |
| 950 | 0515 #05152E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DFEAFC;
--cobalt-200: #C3D8F9;
--cobalt-300: #94BBF4;
--cobalt-400: #5D97EF;
--cobalt-500: #2E79EA;
--cobalt-600: #145ECC;
--cobalt-700: #104BA2;
--cobalt-800: #0B3574;
--cobalt-900: #07224A;
--cobalt-950: #05152E;
}