Cobalt
#083678
BlueColor Codes
All color formats for development
HEX
#083678RGB
rgb(8, 54, 120)HSL
hsl(215, 88%, 25%)OKLCH
oklch(0.348 0.123 258.9)CMYK
cmyk(93%, 55%, 0%, 53%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#07316C
2#062C60
3#052654
4#052148
5#041B3C
6#031630
7#021024
8#020B18
9#01050C
Tints
Lighter variations
1#0A479C
2#0C57C0
3#0F67E4
4#277BF1
5#4B91F4
6#6FA7F6
7#93BDF8
8#B7D3FA
9#DBE9FD
Tones
Muted variations
1#0D3772
2#13386D
3#183967
4#1E3A61
5#243B5C
6#293C56
7#2F3D51
8#353E4B
9#3A3F45
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEB #DDEBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1D9 #C1D9FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91BC #91BCF8 | BordersInactive statesPlaceholder text |
| 400 | 5799 #5799F4 | Disabled statesSecondary iconsMuted text |
| 500 | 277B #277BF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D60 #0D60D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B4C #0B4CA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0836 #083678 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0523 #05234D | Primary textHigh emphasis contentDark headings |
| 950 | 0316 #031630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--cobalt-50: #F1F6FE;
--cobalt-100: #DDEBFD;
--cobalt-200: #C1D9FB;
--cobalt-300: #91BCF8;
--cobalt-400: #5799F4;
--cobalt-500: #277BF1;
--cobalt-600: #0D60D3;
--cobalt-700: #0B4CA8;
--cobalt-800: #083678;
--cobalt-900: #05234D;
--cobalt-950: #031630;
}